Global market list

This endpoint allows you to obtain the full list of current markets we handle 🤖

https://api.koinju.io/markets

Output format 🧬

Example of reply

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

Last updated