Skip to main content
GET
/
bookmakers
List all bookmakers
curl --request GET \
  --url https://v2.55-tech.com/bookmakers \
  --header 'X-ABP-API-KEY: <api-key>'
[
  {
    "bookmakerId": 1,
    "bookmaker": "pinnacle",
    "bookmakerName": "Pinnacle",
    "active": true,
    "maxStake": 10000,
    "minStake": 1
  },
  {
    "bookmakerId": 2,
    "bookmaker": "betfair_ex",
    "bookmakerName": "Betfair Exchange",
    "active": true,
    "minStake": 2
  },
  {
    "bookmakerId": 3,
    "bookmaker": "polymarket",
    "bookmakerName": "Polymarket",
    "active": true,
    "minStake": 1
  }
]

Authorizations

X-ABP-API-KEY
string
header
required

API key for authentication. Contact admin to obtain a key.

Response

List of supported bookmakers