List the authenticated account's recent fills.
GET/v1/fills
Returns matched-trade rows from the audit indexer. Each fill has a your_side
(maker or taker) and a your_action (buy or sell) field framed from the
caller's perspective.
Note: this endpoint queries the ClickHouse projection, which lags real-time by ~100 ms
(the audit indexer's flush interval). For latency-sensitive fill notifications,
subscribe to the fill WebSocket channel instead.
Request
Responses
- 200
- 401
- 503
One page of fills, newest first.
Missing or invalid Authorization header.
A required downstream (matching engine, ClickHouse, custody, instrument service) is unreachable. The request was not processed; retry with backoff.