Last active
August 14, 2020 05:35
-
-
Save Garyteck/a94d121c054c9303e52001ccd505ab4c to your computer and use it in GitHub Desktop.
Coincap REST API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"data": [ | |
{ | |
"id": "bitcoin", | |
"rank": "1", | |
"symbol": "BTC", | |
"name": "Bitcoin", | |
"supply": "17193925.0000000000000000", | |
"maxSupply": "21000000.0000000000000000", | |
"marketCapUsd": "119150835874.4699281625807300", | |
"volumeUsd24Hr": "2927959461.1750323310959460", | |
"priceUsd": "6929.8217756835584756", | |
"changePercent24Hr": "-0.8101417214350335", | |
"vwap24Hr": "7175.0663247679233209" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment