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

# Rates

> List exchange rates.

Use rates to show current exchange rates in your own systems.

## Endpoint

`GET /v3/rates`

```bash theme={null}
curl https://serviceapi.sarafa.ss/v3/rates \
  -H "x-api-key: YOUR_API_KEY" \
  -H "environment: sandbox"
```

Each rate includes:

* Source currency.
* Destination currency.
* Rate.
* Creation time.

Rates can change. Request a fresh quote before creating swaps or transfers that depend on a rate.
