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

Output format 🧬

Example of reply

200 : OK -> Here is you exemple :

{
  "count": 7,
  "payload": [
    "bitfinex",
    "bitstamp",
    "coinbase",
    "kraken",
    "binance",
    "huobi"
  ]
}

Last updated