Create Funding Withdrawal
Create a withdrawal to a saved address. Pass a withdrawal_fee_token from
Calculate Funding Fees to pin the quoted fee rate, or
omit it to use the current fee.
API Key Permissions Required: Funds permissions - Withdraw
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
The "API-Nonce" header should contain an always-increasing 64-bit integer, most commonly a Unix timestamp in milliseconds. Each request must use a nonce greater than the nonce of the previous request signed with the same API key.
Query Parameters
Account ID
Body
- method_id
- network_id
Unique identifier of the address to withdraw to.
^AB[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{6}$Amount to withdraw.
Fee options for the withdrawal.
- current_fee
- quoted_fee
Crypto address used to validate the withdrawal destination. Must match the address stored for
address_id.
1Response
Unique identifier of the withdrawal.
^[Ff][Tt][a-zA-Z0-9]{5}-[a-zA-Z0-9]{22}$Amount sent after fees.
Total amount deducted, including fees.
Fee charged for the withdrawal.
Set when the withdrawal needs to be approved before it is processed. It is parked until the request is granted, and cancelled if it is not.