Skip to content

Instantly share code, notes, and snippets.

@koheso
Last active June 17, 2018 10:16
Show Gist options
  • Save koheso/4aaf2cbdd13cd38fbdf899ce358a97bf to your computer and use it in GitHub Desktop.
Save koheso/4aaf2cbdd13cd38fbdf899ce358a97bf to your computer and use it in GitHub Desktop.
bitmex Ticker情報取得
import ccxt
exchange = ccxt.bitmex()
ticker = bitmex().fetch_ticker('BTC/USD')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment