Withdraw

Unlike deposits, sending cryptocurrencies to your users is similar to classic payment methods. The users fill out a form where they provide the address and the amount of the withdrawal. After that the web service creates a transaction and sends a withdrawal request to the payment service provider. When the transaction is confirmed by the payment service provider, the web service reduces the user’s balance on the website.

Withdrawal using the API

To make a withdrawal, you should use the /withdraws/request method of our API. You will receive a callback once the transaction is complete.

Withdrawal using the Backoffice

Podrás solicitar retiros desde la sección Balance

Click on withdraw button in the Balance section
Request of withdrawal

Last updated