Market summary all

allSpotMarketSummary ChronosAPI

get

Gets batch summary for all active markets, for the latest interval (hour, day, month)

Query parameters
resolutionstring · enumRequired

Specify the resolution

Example: 24hAvailable options:
Responses
application/json
object[]OptionalExample: [{"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}]
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
  }
]