Crypto Send

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 webhooks section.


Flow

Step by Step

  1. Create sending information (if you do not a have a previous one)
    1. Call the get send options endpoint.
    2. Call the get option requirements endpoint using a network and currency combination obtained in the previous step.
    3. Call the create send info endpoint providing the required data obtained in the previous step
  2. Get the id for the send info where you want to send
    1. Call the get all send infos endpoint.
    2. Call the get send info endpoint with an id from the previous step.
  3. Call the send crypto endpoint (the account must match the currency being sent)
  4. Once the transaction has reached a terminal status if a webhook is configured on the account, a post request will be sent to the webhook endpoint containing the transaction details.