> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eqxpay.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Markets

> Exchange rates and supported currencies

The Markets API provides current exchange rates and the list of supported corridors.

## Endpoints

| Method | Path                           | Description                                                     |
| ------ | ------------------------------ | --------------------------------------------------------------- |
| `GET`  | `/v1/api/markets/rates`        | List available market rate records                              |
| `GET`  | `/v1/api/markets/routes`       | List supported retail offramp routes                            |
| `GET`  | `/v1/api/markets/sources`      | List active rate sources                                        |
| `POST` | `/v1/api/markets/resolve-rate` | Resolve the locked retail offramp rate for a supported corridor |

## Rate freshness

Rates are updated in real time from liquidity provider feeds. Each rate response includes a `valid_until` timestamp indicating when the rate was last refreshed. Quotes lock a specific rate for 90 seconds — see [Payouts](/concepts/payouts).
