Settlement
List Pending Settlements
The venue operator’s signing queue
GET
Returns the settlements on your instance that still need a signature, oldest first. This is the operator’s work list: everything here is actionable, and everything actionable is here.
Scope is deliberately tight. Only settlements whose trades sit on external securities books appear, because a settlement from another book family would dead-end on the calldata route with nothing an operator could do about it. Settlements already
CONFIRMED or FAILED are excluded: a failed settlement is terminal, its trades are reversed and its reservations released, so it is finished work rather than outstanding work. It stays readable through Get Settlement.
Within each settlement, trades that are individually confirmed or failed are filtered out, so trades lists only what the next transaction would cover.
Query Parameters
string
Restrict to settlements touching one book, as maker’s or taker’s side.
integer
default:"25"
Maximum settlements to return. Capped at 25.
Response Fields
object
Fetch the transaction for each entry with Get Settlement Calldata rather than reusing a payload from an earlier response. The calldata is rebuilt against current chain state and the book’s current settlement operator each time it is requested.
