DocsAPI Reference
Log In
Docs

Crypto Standard Flow

The recommended flow for using our crypto stack is the following.

  1. Get a crypto quote from Meld for each provider. This involves gathering the parameters for what kind of quote the user wants and passing them in to the crypto quote endpoint.
  2. Select a service provider based on the quotes and launch a widget for them. Once the user selects which quote to proceed with (or you select for them), launch a widget for that provider using the widget endpoint. The user completes the transaction using the widget.
  3. Get transaction data. There are a couple of ways to do this. The first is to receive this data back via webhooks. The second is to hit Meld's transactions endpoint and query the data. The third way is to look at the Transactions tab of the Meld dashboard. More info can be found here.

If you would like to use Meld's UI for the entire flow, Meld recommends using the Meld Crypto Wizard which follows the above flow.