Skip to content

Instantly share code, notes, and snippets.

@dgtlctzn
Created December 3, 2021 16:55
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 dgtlctzn/19f41840781d5cb53cba2c4a4bb527db to your computer and use it in GitHub Desktop.
Save dgtlctzn/19f41840781d5cb53cba2c4a4bb527db to your computer and use it in GitHub Desktop.
results
$ python3 async_crypto.py
[{'data': {'base': 'BTC', 'currency': 'USD', 'amount': '58995.78'}},
{'data': {'base': 'ETH', 'currency': 'USD', 'amount': '4467.16'}},
{'data': {'base': 'DOGE', 'currency': 'USD', 'amount': '0.22'}},
{'data': {'base': 'BCH', 'currency': 'USD', 'amount': '582.49'}},
{'data': {'base': 'ETC', 'currency': 'USD', 'amount': '48.59'}},
{'data': {'base': 'LTC', 'currency': 'USD', 'amount': '208.84'}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment