PayZuDocs

Get currency rate

Returns the current bid/ask rate for a currency, in BRL per foreign unit.

GEThttps://api.payzu.io/v1/currencies/{code}/rate
GET
/currencies/{code}/rate

Path Params

ISO 4217 currency code. BRL is not accepted.

Responses

curl -X GET "https://api.payzu.io/v1/currencies/USD/rate" \  -H "Authorization: Bearer {{token}}"
200
{
"code": "USD",
}