Get CEX Quote
Endpoint
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
amount | string | Yes | The quantity the client transfers (e.g., 2) |
from | string | Yes | TokenID of the source currency (e.g., ETH) |
to | string | Yes | TokenID of the destination currency (e.g., BNB) |
anonymous | boolean | Yes | Whether to route through XMR for privacy |
useXmr | boolean | No | Whether XMR specifically powers the anonymous transaction |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
amountIn | number | The input amount quoted |
amountOut | number | The output amount quoted |
min | number | Minimum exchange threshold |
max | number | Maximum exchange threshold |
useXmr | boolean | Whether XMR is used for anonymous routing |
duration | number | Estimated exchange timeframe in minutes |
deviceInfo | string | (Optional) Device info for tracking |
isMobile | boolean | (Optional) Whether client is mobile |
clientId | string | (Optional) Client identifier |