Skip to main content
GET
/
v2
/
sports
/
markets
/
{game_id}
Get Market
curl --request GET \
  --url https://api.predexon.com/v2/sports/markets/{game_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
game_id is the match key (e.g. nba-lal-gsw-2026-04-15). Returns the full market tree for the game across all matched venues.

Authorizations

x-api-key
string
header
required

Path Parameters

game_id
string
required

Response

Successful Response