跳转到主要内容
GET
/
futures
/
odds
期货赔率
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/futures/odds?apiKey='
{
  "futureId": "pm6980037088158379224",
  "bookmakers": {
    "polymarket": {
      "odds": [
        {
          "oddsId": "pm6980037088158379224:polymarket:5432",
          "bookmaker": "polymarket",
          "participantId": 5432,
          "price": 3.8,
          "active": true,
          "changedAt": 1776667441000
        }
      ]
    }
  }
}

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.

授权

apiKey
string
query
必填

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

查询参数

futureId
string
必填

Single future ID (e.g. id11000132131631).

bookmakers
string | null

Comma/space-separated bookmaker slugs (default: all)

since
integer | null

createdAt >= since (unix sec)

mainLines
boolean
默认值:false

Only return main lines

includeFuture
boolean
默认值:false

If true, includes futureMeta in the response.

响应

Returns FutureOddsResponse

futureId
string
必填
bookmakers
object
必填
futureMeta
object