Market summary

spotMarketSummary ChronosAPI

get

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

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

Market ID of the spot market

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

Specify the resolution

Example: 24hPossible values:
Responses
200
OK response.
application/json
get
GET /api/chronos/v1/spot/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
}