API Documentation
⌘K
API Key
Get free key GET
/api/1/forex/listForex List API
Returns a list of all available base currencies for forex rates
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/forex/list' \
-H 'Accept: application/json'200 Response
[
[
"AED",
"AFN",
"ALL",
"AMD",
"ANG",
"AOA",
"ARS",
"AUD",
"AWG",
"AZN"
]
]