Skip to main content
GET
/
meta
/
currencies
List Currencies
curl --request GET \
  --url https://api.eflow.team/v1/meta/currencies \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "currencies": [
    {
      "currency_id": "<string>",
      "symbol": "<string>",
      "name": "<string>"
    }
  ]
}
Retrieve all available currencies. The currency_id (ISO 4217 code) is the value typically used in API endpoints that accept currency parameters.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

currencies
object[]