アプリ置き場

アプリ置き場

http://www.moreread.net/

BitMex 価格の取得

ccxtでBitMexのfetch_tickerが403になる。
下記で価格はとれた。
サーバーが直るのか、APIが禁止でccxtが更新されるのかわからんけど、暫定でとりあえずbotの動作再開。
import urllib
 
data = json.loads(ret.decode("utf8"))
 
return data["result"]["price"]