API Documentation
Global Data
This API link displays the global data at the top section in our site.
Parameters:
Parameter | Type | Description |
---|---|---|
convert | string | convert pricing info into another fiat currency , you have to pass in url like (/?convert=AUD) |
{
"data": [
{
"active_cryptocurrencies": 1718,
"active_markets": 199,
"bitcoin_market_cap": 54.1,
"quotes": {
"USD": {
"total_market_cap": 213237690437.03018,
"total_volume": 230162468.15913334
}
},
"last_updated": 1535176982
},
...
}],
"status": 200,
"error": null
}