diff options
Diffstat (limited to 'mtgox')
-rwxr-xr-x | mtgox/mtgox.getDepth | 3 | ||||
-rwxr-xr-x | mtgox/mtgox.getTrades | 3 | ||||
-rwxr-xr-x | mtgox/mtgox.ticker | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth deleted file mode 100755 index 9a607979..00000000 --- a/mtgox/mtgox.getDepth +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox market depth -$ curl -ksS https://mtgox.com/code/data/getDepth.php diff --git a/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades deleted file mode 100755 index 73e5a68d..00000000 --- a/mtgox/mtgox.getTrades +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# get mtgox last trades -$ curl -ksS https://mtgox.com/code/data/getTrades.phl diff --git a/mtgox/mtgox.ticker b/mtgox/mtgox.ticker deleted file mode 100755 index b24dfb35..00000000 --- a/mtgox/mtgox.ticker +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -# get mtgox ticker data -set -euf -curl -ksS https://mtgox.com/code/data/ticker.php |