跳转到主要内容
GET
/
futures
/
live
实时期货
curl --request GET \
  --url 'https://v5.oddspapi.io/zh/futures/live?apiKey='
[ { "futureId": "<string>", "status": { "live": true, "statusId": 123, "statusName": "<string>" }, "sport": { "sportId": 123, "sportName": "<string>" }, "tournament": { "tournamentId": 123, "tournamentName": "<string>", "categoryName": "<string>" }, "season": { "seasonId": 123, "seasonName": "<string>", "seasonRound": 123 }, "startTime": 123, "endTime": 123, "market": { "marketId": 123, "marketName": "<string>", "marketType": "<string>" }, "participants": [ { "participantId": 123, "participantName": "<string>" } ], "externalProviders": {}, "bookmakers": {} } ]

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).

查询参数

sportId
integer | null
tournamentId
integer | null
bookmakers
string | null

响应

Returns FutureMeta[] (live only)

futureId
string
必填
status
object
必填
sport
object
必填
tournament
object
必填
season
object
必填
startTime
integer
必填
endTime
integer
必填
market
object
必填
participants
object[]
必填

List of participants (teams/players) competing in this futures market.

externalProviders
object
必填
bookmakers
object
必填