FrankfurterFrankfurter 汇率 API
GET/currencies
获取支持的货币
返回可用于汇率查询的货币代码与名称。
无需 API Key,查询欧洲央行参考汇率、货币列表及历史时间序列;当前集合对应仍可用的 v1。
请求
- operationId
getCurrencies- 服务器
https://api.frankfurter.dev/v1- 认证
- 无
请求参数
无 URL、查询或 Header 参数。
响应
200
CurrenciesResponseapplication/json
成功返回受支持的货币列表
{
"EUR": "Euro",
"USD": "United States Dollar",
"GBP": "British Pound",
"JPY": "Japanese Yen",
"AUD": "Australian Dollar"
}