ExchangeInfo
returns exchange infos for all markets
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
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"
}
]
}