Market list of a specific exchange

list of current markets available for a single exchange

This endpoint allows you to obtain the list of current markets provided by one exchange 🤖
https://api.koinju.io/markets/:exchange

Path parameters

Parameter
Format
Description
exchange
(optional)
string
The name of the exchange of which you wish to get the market list. The exchange list can be found here https://api.koinju.io/exchanges

Output format 🧬

Variable
Format
Description
count
number
The number of unique markets.
payload
string
The list of markets.

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