Skip to main content

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

One page of fills, newest first.