Global data
The global data is basically the sum and statistics of all markets of all exchanges available.
This endpoint allows you to obtain the full data of current markets of all exchanges we handle 🤖
https://api.koinju.io/global-data
Variable | Format | Description |
volume | string | Crypto volume exchanged during the last 24h. |
exchangeCount | number | Amount of exchanges considered in the volume calculation. |
marketCount | number | Amount of markets considered in the volume calculation. |
cryptoCount | number | Amount of cryptos considered in the volume calculation. |
BTCPercentDominance | string | The proportion of BTC volume in the global volume. |
200 : OK -> Here is you exemple :
{
"volume": "2915781871.09213999843227713924505884777881442473",
"exchangeCount": 7,
"marketCount": 2371,
"cryptoCount": 526,
"BTCPercentDominance": "22.825033192179861956"
}
Last modified 2yr ago