Endpoints for Deposit Providers
quoteDepositTrades & swapDepositTrade are specific endpoints where only deposit providers are available: ChangeNOW, Changelly, SimpleSwap & Exolix.
There are no checks for approval, native token balance, or overall balance.
Wallet connection is not required.
Both EVM and non-EVM chains are available.
In the request to the
quoteDepositTradesthefromAddressandreceiverfields 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.
In the request to the
swapDepositTradethefromAddressfield is optional, thereceiverfield 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?