Market summary
Gets derivative market summary for the latest interval (hour, day, month)
Query parameters
marketIdstring · min: 66 · max: 66RequiredExample:
Market ID of the derivative market
0x0000000000000000000000000000000000000000000000000000000000000000
Pattern: ^0x[0-9a-fA-F]{64}$
indexPricebooleanOptionalExample:
Request the summary of index price feed
false
resolutionstring · enumRequiredExample:
Specify the resolution
24h
Possible values: Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/chronos/v1/derivative/market_summary 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
}