(V0.1) Public trade tape for an instrument — paginated.
GET/v1/instruments/:instrument_id/trades
Returns a paginated, anonymised projection of the fills table for the given
instrument. Used by tape-driven analyses (the MM bot's Kalman fair-value filter,
third-party tape consumers). No account identifiers appear in the response.
V0.1 reference: market_maker/PLAN.md §16.2 item 6; spec §12.1.7 ("Public trade wire format").
Request
Responses
- 200
- 400
- 503
Paginated trade tape.
Request was malformed or failed validation. The error.code field carries the
machine-readable reason; common values include invalid_request, invalid_json,
invalid_order_id, invalid_instrument_id, invalid_credential_id,
invalid_resolution, and operation-specific codes documented per endpoint.
A required downstream (matching engine, ClickHouse, custody, instrument service) is unreachable. The request was not processed; retry with backoff.