diff options
author | club-mate <spam@hensen.it> | 2011-07-31 02:38:32 +0200 |
---|---|---|
committer | club-mate <spam@hensen.it> | 2011-07-31 02:38:32 +0200 |
commit | 6c50bb65ab2864fa2f56b1f9bee4d3eff744c433 (patch) | |
tree | 3bb844f668ef62508cdf85abfb8bcd6abbcbee72 /btc/mtgox/mtgox.getDepth | |
parent | d0e5025b103f6e02500f2d9f48d4c3d0c5b2b084 (diff) |
add mtgox' public API
Diffstat (limited to 'btc/mtgox/mtgox.getDepth')
-rwxr-xr-x | btc/mtgox/mtgox.getDepth | 3 |
1 files changed, 3 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 |