跳转到主要内容
GET
/
currencies
获取货币
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/currencies?apiKey='
[ { "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 } ]

授权

apiKey
string
query
必填

Your API key (query-based auth for v5).

查询参数

currency
string | null

Currency code (case-insensitive), e.g. EUR, usd, BTC.

响应

Returns Currency[]

currency
string
必填
updatedAt
string
必填
currencyValue
number
必填