Endpoints for Deposit Providers

quoteDepositTrades & swapDepositTrade are specific endpoints where only deposit providers are available: ChangeNOW, Changelly, SimpleSwap & Exolix.

  1. In the request to the quoteDepositTrades the fromAddress and receiver fields are optional.

In the quoteDepositTrades response, the transaction field must be an empty object:

{}

You can find an example of a quote request, along with the required and optional parameters here.

  1. In the request to the swapDepositTrade the fromAddress field is optional, the receiver field is required.

In the swapDepositTrade response, the transaction field must contain the following structure:

{
  "depositAddress": "string",
  "amountToSend": "string",
  "exchangeId": "string",
  "extraFields": {} // optional
}

You can find an example of a swap request, along with the required and optional parameters here.

Last updated

Was this helpful?