Global market list
This endpoint allows you to obtain the full list of current markets we handle 🤖
https://api.koinju.io/markets
Variable | Format | Description |
count | number | The total number of unique markets. |
payload | string | The list of markets grouped by exchange. |
200 : OK -> Here is you example :
{
"count": 10,
"payload": [
{
"kraken": [
"ADA-ETH",
"ADA-EUR",
"ADA-USD",
"ADA-BTC",
"ALGO-ETH"
],
"coinbase": [
"EOS-BTC",
"ATOM-USD",
"ZEC-USDC",
"BTC-USD",
"REP-USD"
]
}
]
}