Market summary

derivativeMarketSummary ChronosAPI

get

Gets derivative market summary for the latest interval (hour, day, month)

Query parameters
marketIdstring · min: 66 · max: 66Required

Market ID of the derivative market

Example: 0x0000000000000000000000000000000000000000000000000000000000000000Pattern: ^0x[0-9a-fA-F]{64}$
indexPricebooleanOptional

Request the summary of index price feed

Example: false
resolutionstring · enumRequired

Specify the resolution

Example: 24hPossible values:
Responses
200
OK response.
application/json
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
}