summaryrefslogtreecommitdiffstats
path: root/btc/mtgox
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
committermakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
commitf2677886d252ceec0eeea54d44b74f60683f8282 (patch)
treef7c768989eea50e34afc956966b18ea99e58e091 /btc/mtgox
parentf063343a6b1417c756167f9f5e3727069b5c805e (diff)
parent74b400f10a7adafd8ce5b1644a6b500d4e5089ed (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'btc/mtgox')
-rwxr-xr-xbtc/mtgox/mtgox.getDepth3
-rwxr-xr-xbtc/mtgox/mtgox.getTrades3
-rwxr-xr-xbtc/mtgox/mtgox.ticker4
3 files changed, 10 insertions, 0 deletions
diff --git a/btc/mtgox/mtgox.getDepth b/btc/mtgox/mtgox.getDepth
new file mode 100755
index 00000000..9a607979
--- /dev/null
+++ b/btc/mtgox/mtgox.getDepth
@@ -0,0 +1,3 @@
+#! /bin/sh
+# get mtgox market depth
+$ curl -ksS https://mtgox.com/code/data/getDepth.php
diff --git a/btc/mtgox/mtgox.getTrades b/btc/mtgox/mtgox.getTrades
new file mode 100755
index 00000000..73e5a68d
--- /dev/null
+++ b/btc/mtgox/mtgox.getTrades
@@ -0,0 +1,3 @@
+#! /bin/sh
+# get mtgox last trades
+$ curl -ksS https://mtgox.com/code/data/getTrades.phl
diff --git a/btc/mtgox/mtgox.ticker b/btc/mtgox/mtgox.ticker
new file mode 100755
index 00000000..b24dfb35
--- /dev/null
+++ b/btc/mtgox/mtgox.ticker
@@ -0,0 +1,4 @@
+#! /bin/sh
+# get mtgox ticker data
+set -euf
+curl -ksS https://mtgox.com/code/data/ticker.php