Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Garyteck
Last active August 14, 2020 05:35
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 Garyteck/a94d121c054c9303e52001ccd505ab4c to your computer and use it in GitHub Desktop.
Save Garyteck/a94d121c054c9303e52001ccd505ab4c to your computer and use it in GitHub Desktop.
Coincap REST API
"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