Get CEX Quote API
Retrieves a quote for an exchange transaction, providing details on estimated input and output amounts, supported limits, and exchange duration.
Endpoint: GET/quote
GET/quoteField
Type
Description
Example Request:
GET/quote?amount=2&from=ETH&to=BNB&anonymous=false&useXmr=falseExample Response:
{
"amountIn": 2,
"amountOut": 12345,
"min": 0.1,
"max": 99999999,
"useXmr": false,
"duration": 15
}Field
Type
Description
Last updated