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
General Exchange list
The exchanges provided are only those we work with.
Exchange list
This endpoint allows you to obtain the full list of current exchanges we handle 🤖
https
:
//api.koinju.io/exchanges
Output format 🧬
Variable
Format
Description
count
number
The total number of exchanges.
payload
string
The list of exchanges.
Example of reply
200 : OK -> Here is you exemple :
{
"count"
:
7
,
"payload"
:
[
"bitfinex"
,
"bitstamp"
,
"coinbase"
,
"kraken"
,
"binance"
,
"huobi"
]
}
Cryptocurrency - Previous
Single crypto details
Next - Crypto exchanges
Global market list
Last modified
2yr ago
Copy link
Outline
Exchange list
Output format 🧬
Example of reply