Send crypto on crypto network
This set of API endpoints is designed to allow your users to create and retrieve the necessary information for making a crypto currency withdrawal into another external account, typically used for funding a cryptocurrency or digital asset wallet.
Notifications
To get notified about incoming transactions, go to the account web hooks section.
Flow
Step by Step
- Create sending information (if you do not a have a previous one)
- Call the get send options endpoint.
- Call the get option requirements endpoint using a network and currency combination obtained in the previous step.
- Call the create send info endpoint providing the required data obtained in the previous step
- Get the id for the send info where you want to send
- Call the get all send infos endpoint.
- Call the get send info endpoint with an id from the previous step.
- Call the send crypto endpoint (the account must match the currency being sent)
