v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Withdrawals

Withdraw (Stable Coins)

Initiate withdrawal to an external stable coin wallet address

post/payments/withdraw/address

Request body

amountnumber
pinstring

PIN set on your dashboard.

walletAddressstring
tokenstring

Token to withdraw. Supported values: USDT, USDC.

networkstring

Blockchain network for the withdrawal. Supported: ERC20, TRC20, BSC, SOL, TON. USDC is not supported on TON.

externalIdstring

Your unique reference for this withdrawal. Can be used to retrieve the withdrawal later.

Example request

{
  "amount": 10,
  "walletAddress": "14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5",
  "token": "USDT",
  "network": "SOL",
  "externalId": "your-unique-ref"
}

Response

Stablecoin withdrawal initiated successfully