Market summary all
Gets batch summary for all active markets, for the latest interval (hour, day, month)
Query parameters
resolutionstring · enumRequiredExample:
Specify the resolution
24h
Possible values: 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/spot/market_summary_all HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
[
{
"change": 10.5555,
"high": 3667.24,
"low": 3661.55,
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"open": 3667,
"price": 3400,
"volume": 34.7336
},
{
"change": 10.5555,
"high": 3667.24,
"low": 3661.55,
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"open": 3667,
"price": 3400,
"volume": 34.7336
}
]