Market list of a specific exchange

This endpoint allows you to obtain the list of current markets provided by one exchange 🤖

https://api.koinju.io/markets/:exchange

Path parameters

Output format 🧬

Example of reply

200 : OK, Server is happy to server you :-)

Here is you example with exchange = 'kraken':

{
  "count": 5,
  "payload": [
    "ADA-ETH",
    "ADA-EUR",
    "ADA-USD",
    "ADA-BTC",
    "ALGO-ETH"
  ]
}

Last updated