dLocal · Example Payload

Exchange Rates Get Rate Example

PaymentsPayoutsEmergingMarketsLatAmAfricaAsiaFXFintech

Exchange Rates Get Rate Example is an example object payload from dLocal, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "/exchange-rates?from_currency=USD&to_currency=BRL&country=BR"
  },
  "response": {
    "from_currency": "USD",
    "to_currency": "BRL",
    "rate": 5.12,
    "inverse_rate": 0.1953,
    "country": "BR",
    "updated_at": "2026-05-24T14:00:00.000Z"
  }
}