Skip to main content
POST
/
v1
/
desk
/
withdrawals
Error
A valid request URL is required to generate request examples

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Body

application/json
destChain
string
required

Destination chain key (e.g. base, arbitrum, ethereum, bsc).

Required string length: 1 - 40
destAddress
string
required

Destination EVM address.

Pattern: ^0x[0-9a-fA-F]{40}$
usdAmount
string
required

Withdrawal amount in USD, e.g. '125.50'.

Pattern: ^\d+(\.\d{1,2})?$
tokenSymbol
enum<string>

Payout token (default USDC).

Available options:
USDC,
USDT

Response

200

Default Response