arrow-right-arrow-leftEndpoints for Deposit Providers

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

circle-check
  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 herearrow-up-right.

  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 herearrow-up-right.

Last updated