Withdrawal Via API
Explains the whitelist process for exchanges that support transfers via API.
When your policies allow withdrawals through API, compliance with the Travel Rule is still mandatory. The most common method is to pre-register and manage an address book for API withdrawals. Below is an example process for registration.
Sample UI for Managing an Address Book
Sample API Guide
When processing actual withdrawals, we recommended complying with the Travel Rule using the registered information first, then executing on-chain transactions after receiving a valid response.
Request Crypto Currency Withdrawal
POST: <https://api.yourhost.com/v1/withdraw>
Parameters
Parameter | Description |
---|---|
asset | Type of crypto currency, required |
quantity | Amount to withdraw |
address | Address to withdraw |
tag | Secondary address such as tag or memo |
Withdrawal Methods Compliant with the Travel Rule
Withdrawals are allowed once authorization is granted through the Travel Rule solution, regardless of the amount. Address book can be registered though a page.
When registering withdrawal address, please verify first that the beneficiary VAPS is on the transfer allowed list.
Updated 4 months ago