We introduce the coinmarketcap API, how to sign up and use your API key to retrieve price data, amongst other things, in JSON format.
We then show how to parse the JSON in python to get just the data that you're after. We show the basics of the requests library in python to actually perform our request for the price data.
We also provide a brief introduction to the coinmarketcap API documentation and how to navigate it to get the data you want, then implementing that in python.
⭐ Code:
gist.github.com/ChadThackray/732bb346bf84b46b54f46…
コメント