Koinju Data API v.1
Search…
Koinju REST API 1.0 - Documentation
koinju.io
api.koinju.io
Start exploring
How to work with koinju api
Basics on calculation
Time coding
HTTP Response codes
Cryptocurrency
Crypto details
Single crypto details
Crypto exchanges
General Exchange list
Global market list
Market list of a specific exchange
Candle Data
Market pair candle
Ticker data
General aggregated tickers
Single crypto aggregated ticker
Exchange aggregated ticker
BENCHMARK DATA
Benchmark families
Benchmarks list
Single benchmark
koinju engine
Server status
Global data
Powered By
GitBook
Global data
The global data is basically the sum and statistics of all markets of all exchanges available.
Global data
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 🧬
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.
Example of reply
200 : OK -> Here is you exemple :
{
"volume"
:
"2915781871.09213999843227713924505884777881442473"
,
"exchangeCount"
:
7
,
"marketCount"
:
2371
,
"cryptoCount"
:
526
,
"BTCPercentDominance"
:
"22.825033192179861956"
}
koinju engine - Previous
Server status
Last modified
1yr ago
Copy link
Outline
Global data
Output format 🧬
Example of reply