cURL
curl --request POST \ --url https://api.vantage.sh/v2/exchange_rates/csv \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'csv=<string>'
This response has no body data.
Upload Exchange Rates via CSV.
The access token received from the authorization server in the OAuth 2.0 flow.
CSV file containing exchange rates. Format: base_currency_code, currency_code, rate, date (YYYY-MM-DD)