# Query wallet trading history

> HyperCore private-preview documentation.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

<Callout intent="info">
  This API is in private preview. Endpoint availability and response schemas may change before general availability.
</Callout>


# Query wallet trading history

Use `userFillsByTime` with bounded millisecond timestamps for fills, `historicalOrders` for lifecycle history, and funding or ledger methods for account movements. Page until `nextCursor` is absent.

## Cursor rule
Advance a durable cursor only after downstream storage succeeds. Treat a gap, correction, or finality change as a reason to backfill and reconcile.