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 | dd3ae1c4d45a84b8b6cd9f86c1efac6709ffc4d7 (patch) | |
tree | 1bf6f0d9a6d95761a26bb3d03578e729c67519c6 /mtgox/mtgox.getTrades | |
parent | 68b86f573677fa53743fe75f964650d1f8bbeb58 (diff) |
add mtgox' public API
Diffstat (limited to 'mtgox/mtgox.getTrades')
-rwxr-xr-x | mtgox/mtgox.getTrades | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades new file mode 100755 index 00000000..4901e379 --- /dev/null +++ b/mtgox/mtgox.getTrades @@ -0,0 +1,3 @@ +#! /bin/sh +# get mtgox last trades +wget -qO- http://mtgox.com/code/data/getTrades.php |