Skip to main content
GET
List the user's withdrawals, newest first.

Authorizations

Authorization
string
header
required

Session token from POST /auth/login.

Query Parameters

last_cursor
string | null

The last cursor, emitted by the previous response.

limit
integer<uint32> | null

The maximum number of items to return.

Required range: x >= 0
withdrawal_id
string<uuid> | null

Response

items
object[]
required
next_cursor
string | null