Skip to main content
POST
Add withdrawal address

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
address
string
required

Withdrawal wallet address

Example:

"UQCvj9LMypzHShhTvO1qSLE0XiWxopEMweLh8MFnY3mxzLvi"

network
string
required

Blockchain network

Example:

"bsc"

token
string
required

Token symbol

Example:

"USDT"

label
string
required

Label for the address

Example:

"My USDT Wallet"

isDefault
boolean
required

Default wallet account

Example:

true

Response

Withdrawal address added successfully.