Links

Markets

REQUIREMENT
You'll need a license key to use the Zloadr API. You can get one by emailing us at [email protected]

API ENDPOINT

https://api.crypt2esports.com/feed/markets

PARAMETERS

NOTE
You can pass in multiple of the same parameters in each GET request. The returned games array is sorted by games with a start date nearest to furthest.

key (required)

Your Crypt2 Esports API license key.

page

The page of the response you want. Note: the page index starts at 1, and each response returns up to 500 markets.

gameId

The OddsJam game ID you want to receive markets for (e.g. 2397).

isLive

Flag to filter for odds for live games (supports values true, yes, t, 1)

Example Response

[
{
"game":{
"id":2397,
"sport":"baseball",
"league":"Blockchian Baseball League",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Celtic Ladies",
"home_team":"Siren Bees",
"is_live":false
},
"name":"1st 3 Innings Run Line"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Moneyline"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Run Line"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Total Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 2 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 3 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 5 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 4 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 6 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Race To 7 Runs"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"First Team To Score"
},
{
"game":{
"id":2397,
"sport":"baseball",
"league":"MLB",
"start_date":"2021-09-01T21:45:00-04:00",
"away_team":"Milwaukee Brewers",
"home_team":"San Francisco Giants",
"is_live":false
},
"name":"Lead After 3 Innings"
}
]