Skip to main content
POST
Upload exchange rates via CSV

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

csv
file
required

CSV file containing exchange rates. Format: base_currency_code, currency_code, rate, date (YYYY-MM-DD)

Response