Skip to main content
GET
Get average price
Returns a truncated list of best and average prices for every game in a league. For each game and each market (moneyline / spread / total), the response includes:
  • the best price (the price on the top resting offer);
  • the average price you’d pay sweeping at least $500 of liquidity;
  • the maximum bet that could be filled at the best price and the average price.
The per-market arrays (awayMoneylines, homeMoneylines, etc.) are stripped from each game; only the summary odds block remains.
Unlike most endpoints, this one returns the games at the top level (not under data).

Request

GET /exchange/getOddsForAveragePrice
string
required
League code (case-insensitive).

Response

array
Each game is the standard Game shape with the following additional fields:

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Query Parameters

leagueRequested
string
required

League code (case-insensitive).

Response

Game best/average prices

games
object[]