ExchangeInfo

exchangeInfo ChronosAPI

get

returns exchange infos for all markets

Responses
200
OK response.
application/json
get
GET /api/chronos/v1/exchangeInfo HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "symbols": [
    {
      "marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "symbol": "INJ/USDT PERP",
      "type": "derivative",
      "volume": "34.73"
    },
    {
      "marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "symbol": "INJ/USDT PERP",
      "type": "derivative",
      "volume": "34.73"
    },
    {
      "marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "symbol": "INJ/USDT PERP",
      "type": "derivative",
      "volume": "34.73"
    }
  ]
}