Preview the venue's last selected index value before confirming a b′ resolution (reporter only).
GET/v1/instrument/resolution/preview/:instrument_id
Advisory operator-confirm aid for index-resolved (b′) binaries: returns the last journaled selected index value (the price component's slot-value journal) and its staleness. The engine derives the authoritative b′ outcome from its own sequenced index state — this preview never re-derives it.
Request
Responses
- 200
- 400
- 403
- 404
- 503
Instrument state plus the last selected index value, when one exists.
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.
Authentication succeeded but the action is not permitted.
The named resource does not exist (or belongs to another account).
A required downstream (matching engine, ClickHouse, custody, instrument service) is unreachable. The request was not processed; retry with backoff.