v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v3 - Equity

List equity snapshots

Cursor-paginated snapshots for a market. Ordered ascending by time. Default limit 100, max 1000.

get/v3/equity/{symbol}/markets/{market_id}/snapshots

Path parameters

symbol'spx' | 'spx-open' | 'spy' | 'wti' | 'xauusd' required
market_idstring required

Query parameters

start_timestring
end_timestring
include_orderbookboolean

Include orderbook_up / orderbook_down JSON in each snapshot.

limitinteger
cursorstring
include_countboolean
fillstring

Carry-forward cadence for deduped snapshots. 100ms (default) synthesizes carry-forward rows between real rows so the timeline is uniform; supports <n>s, <n>ms, or none/off/0 to disable. Synthetic rows are marked is_carried_forward: true and have a negative id.

Response

Successful response

Example response

{
  "meta": {
    "request_id": "req_a1b2c3d4e5f6"
  }
}