General Exchange list
The exchanges provided are only those we work with.
This endpoint allows you to obtain the full list of current exchanges we handle 🤖
https://api.koinju.io/exchanges
Variable | Format | Description |
count | number | The total number of exchanges. |
payload | string | The list of exchanges. |
200 : OK -> Here is you exemple :
{
"count": 7,
"payload": [
"bitfinex",
"bitstamp",
"coinbase",
"kraken",
"binance",
"huobi"
]
}