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