v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Wallet addresses

Add withdrawal address

Add a withdrawal (payout) wallet address for stable coins. If the same address, network, and token are sent with a different label, the existing address is updated instead of creating a duplicate. Maximum 3 addresses per user.

post/payments/wallet-addresses

Request body

addressstring required

The wallet address (valid for the given network).

network'ERC20' | 'TRC20' | 'BSC' | 'SOL' | 'TON' required

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

token'USDT' | 'USDC' required

Token symbol.

labelstring required

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

Example request

{
  "address": "14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5"
}

Response

Address added or updated successfully