summaryrefslogtreecommitdiffstats
path: root/btc
diff options
context:
space:
mode:
authorclub-mate <spam@hensen.it>2011-07-31 02:38:32 +0200
committerclub-mate <spam@hensen.it>2011-07-31 02:38:32 +0200
commit26281eb21ceeddbb7e31929081fe6a7283c15938 (patch)
treeaf2868baed70bddcfc7643f2e3b80ce95a8ae049 /btc
parent5982f10c45d2deace34a4bc236475bea61638480 (diff)
add mtgox' public API
Diffstat (limited to 'btc')
-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..7401d532
--- /dev/null
+++ b/btc/mtgox/mtgox.getDepth
@@ -0,0 +1,3 @@
+#! /bin/sh
+# get mtgox market depth
+wget -qO- http://mtgox.com/code/data/getDepth.php
diff --git a/btc/mtgox/mtgox.getTrades b/btc/mtgox/mtgox.getTrades
new file mode 100755
index 00000000..4901e379
--- /dev/null
+++ b/btc/mtgox/mtgox.getTrades
@@ -0,0 +1,3 @@
+#! /bin/sh
+# get mtgox last trades
+wget -qO- http://mtgox.com/code/data/getTrades.php
diff --git a/btc/mtgox/mtgox.ticker b/btc/mtgox/mtgox.ticker
new file mode 100755
index 00000000..bbfcc52d
--- /dev/null
+++ b/btc/mtgox/mtgox.ticker
@@ -0,0 +1,4 @@
+#! /bin/sh
+# get mtgox ticker data
+set -euf
+wget -qO- http://mtgox.com/code/data/ticker.php