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"
]
}