Withdraw crypto instantly with conversion
Make an instant withdrawal from a cryptocurrency or fiat balance with conversion to cryptocurrency.
sender_data and the end_user_reference you provide must be associated with the same customer.Headers
Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.
Body
Currency to withdraw. For a list of all available currencies, see API currency codes.
Target currency to convert funds into before sending.
Amount to withdraw in sender_currency.
Cryptocurrency address where you want to send funds.
Unique ID of the withdrawal request.
Persistent internal ID of the merchant's customer who initiates the withdrawal. Use the same value for the same customer across all requests. This value must refer to the same customer described in sender_data.
Do not include personal data, such as the customer's name or email address. Put personal details in sender_data.
Type of the merchant's customer who initiates the withdrawal. The sender must be the same customer identified by end_user_reference.
Use natural if the sender is an individual person and legal if the sender is a legal entity. The selected type determines which fields must be included in sender_data.
natural, legal Must contain the details of the merchant's customer who initiates the withdrawal. Which fields are required depends on sender_type.
- Natural person
- Legal entity
Type of the withdrawal recipient.
Use natural if the recipient is an individual person, legal if the recipient is a legal entity, or self if the recipient is the same person or legal entity as the sender.
The selected type determines whether receiver_data is required and which fields it must contain.
natural, legal, self Details of the withdrawal recipient. Omit this field entirely if receiver_type is self. Otherwise, which fields are required depends on receiver_type.
- Natural person
- Legal entity
Response
Created