Skip to main content
POST
Withdraw Stablecoin

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Body

application/json
amount
string
required
stablecoin
enum<string>
required

usdt or usdc

Available options:
usdt,
usdc
chain
enum<string>
required

ethereum, polygon, solana, stellar, tron, or celo

Available options:
ethereum,
polygon,
solana,
stellar,
tron,
celo
address
string
required
client_reference
string<uuid>

Optional unique identifier (UUID) for the withdrawal, used for idempotency and reconciliation. If not provided, a random UUID will be generated by the system.

Response

Successful response

id
string<uuid>
amount
string
currency
string
status
string
created_at
string<date-time>
protocol
string
client_reference
string<uuid>
fee_amount
number
fee_currency
string
chain
string
destination_address
string
local_amount
string
local_currency
string
tx_hash
string | null
gross_amount
number
net_amount
number

The net amount after fees

rate
number