API reference
List your registered withdrawal addresses
curl -X GET "https://example.com/v1/wallets"[ { "walletId": "b8e4d1c7-2f39-4a05-8d6b-1c2e3f4a5b60", "chain": "tron", "asset": "USDT", "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", "label": "Settlement wallet — Tron", "status": "pending_partner_approval", "screeningStatus": "pending", "createdAt": "2026-08-31T09:30:00.000Z" }]Confirm a withdrawal address with your administrator’s code POST
Moves the address to pending_onlink_approval — not to active. OnLink approves every withdrawal address as well, so a correct code alone does not make an address usable.
Revoke a withdrawal address DELETE
Immediate and irreversible. An order whose address is revoked before release will not deliver to it.