| HTTP status | Error code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 403 | FORBIDDEN | You do not have permission to access this resource |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location 'https://api.paypaga.com/v2/exchange-rates?base_currency=undefined"e_currencies=undefined'{
"base_currency": "BRL",
"as_of": "2024-06-15T14:55:00Z",
"rates": [
{
"quote_currency": "BRL",
"rate": 5.12,
"source": "Central Bank of Brazil"
}
]
}