Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am finnborge on github.
  • I am finnborge (https://keybase.io/finnborge) on keybase.
  • I have a public key ASB2XhPC9nbamGayujRiTOBwxhCIUXPIeRHAyrXvPnEkygo

To claim this, I am signing this object:

import requests
import json
import csv
get_markets = "https://bittrex.com/api/v1.1/public/getmarketsummaries"
market = requests.get(get_markets).text
x = json.loads(market)["result"]
#print(x)
# USDT