List settlement advance reservations
Returns the maker’s settlement advance reservations, optionally filtered by status and currency. Supports cursor-based pagination, newest first.
Authorizations
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Query Parameters
Filter by reservation status. Omit to return reservations in any status. Status of a settlement advance reservation.
active-- reservation is live; holds available-balance capacity on the credit line.expired-- reservation window elapsed without an origination claiming it; terminal state.consumed-- origination claimed this reservation; terminal state.canceled-- reservation voided by admin or system action; terminal state.
active, expired, consumed, canceled "active"
Filter by reservation currency.
"USDC"
Cursor -- return reservations strictly before this id.
Cursor -- return reservations strictly after this id.
1 <= x <= 100Response
List of settlement advance reservations.
List of settlement advance reservations.