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

Output format 🧬

Example of reply

200 : OK -> Here is you exemple :

{
  "volume": "2915781871.09213999843227713924505884777881442473",
  "exchangeCount": 7,
  "marketCount": 2371,
  "cryptoCount": 526,
  "BTCPercentDominance": "22.825033192179861956"
}

Last updated