Skip to main content
Returns recent (or historical) fills on a market, paginated by time_us. Every row includes enriched side, role (taker/maker), fee_token, and timestamps.

Endpoint

Query parameters

Response (single trade row)

Response wrapper

Use cases

  • Activity feeds — render the most recent trades.
  • Backfill — page through historical trades by setting to=<earliest you have> and re-querying.
  • Volume reconstruction — sum notional_usdh across all fills in a window.
  • Whale detection — filter rows where notional_usdh > 1000.

Examples

Notes

  • Sorted reverse-chronological (newest first).
  • notional_usdh is computed as px × sz server-side.
  • closed_pnl is HL’s per-fill realized PnL field — it’s only set when the fill closes a position.
  • Edge-cached for 1 second.