Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2016 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b11be33445e2c72b76f6d6c34a5b42ac to your computer and use it in GitHub Desktop.
Save anonymous/b11be33445e2c72b76f6d6c34a5b42ac to your computer and use it in GitHub Desktop.
import requests
url = 'https://api.zaif.jp/api/1/depth/btc_jpy'
bj_board = requests.get(url, timeout=3).json()
print bj_board['asks']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment