Exchange Rates
Returns the current exchange rate and converted amount between two currencies.
Use this endpoint to get a real-time rate for a given amount before generating a quote. Supports conversions between supported crypto assets (e.g. **USDT**) and fiat currencies (e.g. **COP**).
**Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header.
**Key body fields**
- `baseCurrency`: The source currency to convert from (e.g. `USDT`).
- `quoteCurrency`: The target currency to convert to (e.g. `COP`).
- `amount`: The amount in the base currency to calculate the rate for.
Headers
x-api-key
Request
This endpoint expects an object.
baseCurrency
quoteCurrency
amount
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
baseCurrency
quoteCurrency
exchangeRate
baseAmount
quoteAmount

