GET /api/v1/currency/rate
Returns the current exchange rate between two fiat currencies.
Authentication
None. This is a public endpoint.
Request
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
from | string | Yes | Source currency code (e.g., USD) |
to | string | Yes | Target currency code (e.g., RUB) |
Example
curl -X GET "https://intotes.com/api/v1/currency/rate?from=USD&to=RUB"