Skip to main content
POST
Queue a withdrawal to an external address.

Authorizations

Authorization
string
header
required

Session token from POST /auth/login.

Body

application/json
amount
string
required
asset
object
required
client_withdrawal_id
string<uuid>
required

Client-supplied idempotency key, scoped to the calling user. Retrying a timed-out request with the same id can never queue a second withdrawal, and the value another user picks is never visible here. Distinct from the server-assigned withdrawal id, which identifies the withdrawal itself.

recipient
string
required

Response

status
enum<string>
required
Available options:
Queued