Skip to main content
GET
List withdrawal reservation lifecycle rows

Authorizations

Authorization
string
header
required

SIWS-issued JWT. Admin commands require the admin role, admin:*, or the exact admin:<type> scope; admin reads use their documented read scope.

Query Parameters

account_id
integer
Required range: x >= 0
limit
integer
Required range: x >= 1
after
string

Exclusive keyset cursor returned as next_cursor. Supported by accounts and monotone sequence-number lists; unsupported sort orders reject it with 400 rather than silently ignoring it. The decimal value must fit the backing non-negative PostgreSQL BIGINT; overflow returns 400.

Pattern: ^[0-9]+$
withdrawal_id
string
Pattern: ^[0-9]+$
status
string
Pattern: ^[a-z0-9_]{1,64}$
expiry_unix_timestamp_lte
string
Pattern: ^[0-9]+$

Response

Withdrawal request rows

rows
object[]
required
next_cursor
string
Pattern: ^[0-9]+$