# List currency rates (/en/docs/cartao/endpoints/currencies/get_currency_rates)

## GET /currencies/rates

`GET https://api.payzu.io/v1/currencies/rates`

Lists the bid/ask rates for every currency from the latest BCB close.

### Responses

**200** List of rates.

| Field | Type | Required | Details |
| --- | --- | --- | --- |
| `code` | string | yes |  |
| `rate` | object | yes |  |
| `rate.bid` | number | yes | Buy rate (BRL per foreign unit). |
| `rate.ask` | number | yes | Sell rate (BRL per foreign unit). |