Betfair ​
Betting exchange API for market data, live prices, order placement, and P&L tracking.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.betfair.com/exchange |
| Authentication | API Key |
| Endpoints | 10 |
| Connector key | betfair |
Using Betfair in a workflow ​
- Go to Connections and click New Connection.
- Pick Betfair from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /betting/rest/v1.0/listEventTypes/ | List event types (sports) |
| POST /betting/rest/v1.0/listEvents/ | List events |
| POST /betting/rest/v1.0/listCompetitions/ | List competitions |
| POST /betting/rest/v1.0/listMarketCatalogue/ | Market catalogue |
| POST /betting/rest/v1.0/listMarketBook/ | Live market prices |
| POST /betting/rest/v1.0/placeOrders/ | Place bets |
| POST /betting/rest/v1.0/cancelOrders/ | Cancel bets |
| POST /betting/rest/v1.0/listCurrentOrders/ | Current orders |
| POST /betting/rest/v1.0/listClearedOrders/ | Settled orders |
| POST /betting/rest/v1.0/listMarketProfitAndLoss/ | P&L |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.