Get DEX Quote API
Returns an estimated swap value, including minimum and maximum limits. This information is useful for applications facilitating token swaps.
Endpoint: GET/dexQuote
GET/dexQuote
Response: A JSON object containing dexQuote
details.
Parameters:
amount
string
Id of the token from which the swap is initiated (Example: 100)
tokenIdFrom
string
Id of the token from which the swap is initiated (Example: 6689b73ec90e45f3b3e51553)
tokenIdTo
string
Id of the token to which the swap is directed (Example: 6689b73ec90e45f3b3e51558)
Example Request:
Example Response:
Response Fields:
swap
string
Swap identifier
quoteId
string
Unique identifier for the quote
amountOut
number
Quoted amount out
amountOutUsd
number
Quoted amount out in USD
duration
number
Estimated duration of the swap in minutes
gas
number
Gas fee for the swap transaction
feeUsd
number
Fee amount in USD
path
array
Path taken for the swap
raw
object
Last updated