cURL
curl --request GET \ --url 'https://v5.oddspapi.io/zh/currencies?apiKey='
200
example
[ { "currency": "BTC", "updatedAt": "2025-12-25T19:00:03+00:00", "currencyValue": 0.00001153 }, { "currency": "EUR", "updatedAt": "2025-12-25T20:58:02+00:00", "currencyValue": 0.848627 } ]
列出货币及汇率。
查询模式:currency(可选过滤)。
currency
Your API key (query-based auth for v5).
Currency code (case-insensitive), e.g. EUR, usd, BTC.
Returns Currency[]