Skip to main content
GET
/
accounts
List accounts for client
curl --request GET \
  --url https://v2.55-tech.com/accounts \
  --header 'X-ABP-API-KEY: <api-key>'
[
  {
    "bookmaker": "pinnacle",
    "username": "my_pinnacle",
    "client": "demo",
    "password": "***",
    "balance": 5000,
    "active": true,
    "priority": 10,
    "maxStake": 1000,
    "minStake": 5,
    "currencyId": "USD",
    "verifyBetslip": false,
    "meta": {},
    "createdAt": "2026-01-01T00:00:00Z",
    "updatedAt": "2026-02-01T12:00:00Z"
  },
  {
    "bookmaker": "betfair_ex",
    "username": "my_betfair",
    "client": "demo",
    "password": "***",
    "balance": 2500,
    "active": true,
    "priority": 5,
    "minStake": 2,
    "currencyId": "GBP",
    "verifyBetslip": true,
    "meta": {
      "appKey": "***"
    },
    "createdAt": "2026-01-05T00:00:00Z",
    "updatedAt": "2026-02-05T12:00:00Z"
  }
]

Authorizations

X-ABP-API-KEY
string
header
required

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

Query Parameters

bookmaker
string | null

Filter by bookmaker slug

Response

List of accounts for the authenticated client