cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/reporting/currencyrates \ --header 'X-Eflow-Api-Key: <api-key>'
{ "rates": {} }
Returns current exchange rates used by the Everflow platform for currency conversions in reporting. Rates are relative to USD.
The Everflow API key generated from the Control Center > Security.
OK
Map of currency codes to their exchange rates.
Was this page helpful?