Skip to main content
GET
/
networks
/
reporting
/
currencyrates
Get Currency Rates
curl --request GET \
  --url https://api.eflow.team/v1/networks/reporting/currencyrates \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "rates": {}
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json

OK

rates
object

Map of currency codes to their exchange rates.