Skip to main content
POST
Initiate stable coin withdrawal

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
address
string
required

Withdrawal wallet address

Example:

"UQCvj9LMypzHShhTvO1qSLE0XiWxopEMweLh8MFnY3mxzLvi"

amount
number
required

Amount to withdraw

Required range: x >= 1
Example:

5

network
string
required

Blockchain network

Example:

"bsc"

token
string
required

Token symbol

Example:

"USDT"

externalId
string
required

Unique Reference for later withdrawals

Example:

"53439454689865453"

Response

Stable coin withdrawal initiated successfully.