summaryrefslogtreecommitdiffstats
path: root/mtgox
diff options
context:
space:
mode:
authorclub-mate <spam@hensen.it>2011-07-31 04:12:02 +0200
committerclub-mate <spam@hensen.it>2011-07-31 04:12:02 +0200
commit5d864765609f9959ad6a48226a80523dcd52a8a7 (patch)
treef4859f94ef75abd885e34964586c65a60ba476c1 /mtgox
parentfd524a060223288f40e386a82074a521ffab2d46 (diff)
mtgox: s/http/https/g
Diffstat (limited to 'mtgox')
-rwxr-xr-xmtgox/mtgox.getDepth2
-rwxr-xr-xmtgox/mtgox.getTrades2
-rwxr-xr-xmtgox/mtgox.ticker2
3 files changed, 3 insertions, 3 deletions
diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth
index effc28a0..9a607979 100755
--- a/mtgox/mtgox.getDepth
+++ b/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/mtgox/mtgox.getTrades b/mtgox/mtgox.getTrades
index fd0d0ea9..73e5a68d 100755
--- a/mtgox/mtgox.getTrades
+++ b/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/mtgox/mtgox.ticker b/mtgox/mtgox.ticker
index 54a150f0..b24dfb35 100755
--- a/mtgox/mtgox.ticker
+++ b/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