Skip to main content
GET
/
currencies
Get Currencies
curl --request GET \
  --url 'https://v5.oddspapi.io/en/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 } ]

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

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

Query Parameters

currency
string | null

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

Response

Returns Currency[]

currency
string
required
updatedAt
string
required
currencyValue
number
required