This set of API endpoints is designed to allow your users to create and retrieve the necessary information for making a crypto currency deposit into their accounts, 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
- Call the get receive info options endpoint.
- Call the create receive info endpoint endpoint using a network and currency combination obtained in the previous step.
- 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.

