Public trade tape
Recent fill tape for a market — each trade carries the maker + taker EOAs so consumers can render “0xabc…1234 sold YES @ 0.62”. Order ids and exact fees stay private. Filtered to matched / settlement_pending / settled (no PENDING / FAILED rows).
Path Parameters
Market symbol, e.g. UAE-CUP-FINAL-20260425. Used by sub-resource endpoints (/orderbook, /trades, /ohlc, /traders). The root market-detail endpoint /api/markets/{slug} accepts the slug instead — see MarketSlug.
Query Parameters
Page size. < 1 (including 0 / negatives) → 400 invalid_limit. Server silently clamps values above maximum to maximum.
1 <= x <= 200ISO-8601 timestamp; returns trades strictly older than this (exclusive). Pair with limit to page backwards. Combine with after for a bounded (after, before) range. Unknown pagination params (offset, page, cursor) are silently ignored — this endpoint is time-cursor only.
ISO-8601 timestamp; returns trades strictly newer than this (exclusive). Honoured only on sort=time (default). Pair with before for a bounded (after, before) range — typical use case is WS-vs-REST reconcile after a disconnect (after = last seen createdAt).