Skip to main content
POST
Add withdrawal address

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Body

application/json
address
string
required

The wallet address (valid for the given network).

Example:

"14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5"

network
enum<string>
required

Blockchain network. Supported: ERC20, TRC20, BSC, SOL, TON.

Available options:
ERC20,
TRC20,
BSC,
SOL,
TON
token
enum<string>
required

Token symbol.

Available options:
USDT,
USDC
label
string
required

A label for this address (e.g. for display or reference).

Response

Address added or updated successfully