Skip to main content
One call, four event types merged into a single chronological stream. Each row has a kind field (trade, order, ledger, settlement) plus the type-specific payload. Use this to render an activity feed without making four separate requests.

Endpoint

Query parameters

Response (one row per kind)

Event kinds

Use cases

  • Wallet activity feed — render a unified stream like Etherscan or Polymarket’s “Activity” tab.
  • Audit trail — every state change to a wallet’s HIP-4 footprint, time-ordered.
  • Filter to specific eventkinds=ledger for a deposits-only view, kinds=settlement for a closed-trade log.

Examples

Notes

  • The limit is global across all kinds — if you ask for 200 with all 4 kinds enabled, you get 200 events total (newest-first), not 200 of each.
  • Events sorted reverse-chronological by time_us (or settled_us for settlements).
  • Same tid will appear once per fill — both sides of a self-trade show as separate rows.
  • Order placements that immediately fill produce BOTH an order event (with status open then filled) AND a trade event with the same oid.