v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBWithdraw
Create withdraw request with specific withdraw amount (fee not included)
The endpoint has the similar logic as /main-account/withdraw, but with the only difference: amount that is specified will not include fee (it will be calculated to make target withdraw amount equal to the specified amount).
Example:
- When creating a base withdraw with amount = 100 USD, the receiver receives 100 USD minus the fee, and the balance decreases by 100 USD.
- When using this endpoint with amount = 100 USD, the receiver receives 100 USD, and the balance decreases by 100 USD plus the fee.
post/api/v4/main-account/withdraw-pay
Request body
Example request
{
"ticker": "ETH",
"amount": "0.9",
"address": "0x0964A6B8F794A4B8d61b62652dB27ddC9844FB4c",
"memo": "48565488244493",
"uniqueId": "24529041",
"provider": "VISAMASTER",
"network": "ERC20",
"customerIp": "203.0.113.42",
"request": "{{request}}",
"nonce": 1594297865000
}Response
Validation succeeded and withdraw creation process is started. Check the request status by uniqueId in deposit/withdraw history.