summaryrefslogtreecommitdiffstats
path: root/btc
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-07-31 04:17:35 +0200
committermakefu <github@syntax-fehler.de>2011-07-31 04:17:35 +0200
commit1d37bfa3cd18113fbcaf7f04b790f4b7ccea1199 (patch)
tree7426d4bf4505bd6199d4680e1507f63a7fbde24d /btc
parente46fade66e390ed25d0f7060605defa96b8eef80 (diff)
parent554c90e8456f44ac82ac3d64f3c31f0ac93cac8d (diff)
Merge branch 'master' of github.com:krebscode/painload
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..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