Get currency exchange
Country ISO code in whose local currency the amount will be converted to. Please find all the country codes in the Countries Specifications section.
BRAmount to convert in USD. If none is specified, 1 will be assumed.
1Example: 10Media type of the body sent to the API.
application/jsonISO8601 Datetime with Timezone (e.g., 2023-05-20T15:30:00Z or 2023-05-20T12:30:00-03:00).
2024-05-23T10:30:00-03:00Merchant X-Login API Key.
Bearer token for authentication. Example: 'Bearer your_read_only_key_here'
Unique idempotency key for ensuring that the same request is not processed more than once.
Currency exchange correctly returned.
Schema for the successful currency exchange response.
Currency exchange rate.
5.8829Currency used for the conversion.
BRLAmount resulting from multiplying the amount you sent with the fx_rate.
58.829The country specified was incorrect.
Invalid credentials error.
Last updated
Was this helpful?

