Download
| Resource | Format | Description |
|---|---|---|
/llms.txt | TXT | Docs index — page titles and paths |
/llms-full.txt | TXT | Full docs bundle — all guide pages concatenated |
/abp-api/openapi.json | JSON | ABP OpenAPI 3.1 spec — 13 endpoints, full schemas |
/mm-api/openapi.json | JSON | MM OpenAPI 3.1 spec — REST reference |
/scraping-api/openapi.json | JSON | Scraping OpenAPI 3.1 spec — fetch, WebSocket, AMQP, network endpoints |
What’s included
The ABP API documentation covers:- Account management — Full CRUD for bookmaker accounts across 30 integrations
- Betslip — Real-time odds and limits from OddsPapi v5 with multi-bookmaker aggregation
- Order placement — Smart routing with idempotency (
requestUuid), partial fills, and configurable expiry - Bet tracking — Keyset-paginated queries with full lifecycle from PENDING through CONFIRMED/SETTLED
- Analytics — Positions and PnL grouped by bookmaker, account, or user reference
- WebSocket — Real-time push for orders, bets, settlements, balance, fixtures, currencies, status, emergency
- 30 bookmaker integrations — pinnacle, betfair-ex, polymarket, kalshi, cloudbet, smarkets, and more
- Market-making engine configuration and real-time spread management
- WebSocket-driven pricing updates and order book interaction
- HTTP fetch — GET/POST/PUT/PATCH/DELETE through 80+ geo-distributed agents
- WebSocket relay — Bidirectional frame relay for Socket.IO, SignalR, Centrifugo, GraphQL-WS, raw WS
- AMQP consumer — Stream RabbitMQ messages via SSE
- Network intelligence — Agent listing, geo distribution, per-domain health checks
- Usage & rate limits — Per-key metrics, request analytics, top domains
Recommended usage
For AI assistants that fetch URLs:/llms-full.txt— best for “read everything once” (all guide pages + examples)/abp-api/openapi.json— ABP endpoint + schema accuracy (typed, with examples)/mm-api/openapi.json— MM endpoint + schema reference/scraping-api/openapi.json— Scraping endpoint + schema reference
/llms-full.txt in the browser and paste the contents into your AI tool.
For code generation:
Feed the OpenAPI specs to tools like openapi-generator, oapi-codegen, or Cursor/Copilot for typed client SDK generation.
Notes
llms-full.txtfollows the same ordering as the site navigation- WebSocket protocols are documented in the guide pages; REST endpoints are in the OpenAPI specs
- All three APIs (ABP, MM, Scraping) are included in a single bundle
- All APIs authenticate via the
X-API-Keyheader