--- title: 'Betfair' description: 'Betting exchange API for market data, live prices, order placement, and P&L tracking.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Betfair** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /betting/rest/v1.0/listEventTypes/](./post_betting_rest_v1_0_listeventtypes_betting_listeventtypes) | List event types (sports) | | [POST /betting/rest/v1.0/listEvents/](./post_betting_rest_v1_0_listevents_betting_listevents) | List events | | [POST /betting/rest/v1.0/listCompetitions/](./post_betting_rest_v1_0_listcompetitions_betting_listcompetitions) | List competitions | | [POST /betting/rest/v1.0/listMarketCatalogue/](./post_betting_rest_v1_0_listmarketcatalogue_betting_listmarketcatalogue) | Market catalogue | | [POST /betting/rest/v1.0/listMarketBook/](./post_betting_rest_v1_0_listmarketbook_betting_listmarketbook) | Live market prices | | [POST /betting/rest/v1.0/placeOrders/](./post_betting_rest_v1_0_placeorders_betting_placeorders) | Place bets | | [POST /betting/rest/v1.0/cancelOrders/](./post_betting_rest_v1_0_cancelorders_betting_cancelorders) | Cancel bets | | [POST /betting/rest/v1.0/listCurrentOrders/](./post_betting_rest_v1_0_listcurrentorders_betting_listcurrentorders) | Current orders | | [POST /betting/rest/v1.0/listClearedOrders/](./post_betting_rest_v1_0_listclearedorders_betting_listclearedorders) | Settled orders | | [POST /betting/rest/v1.0/listMarketProfitAndLoss/](./post_betting_rest_v1_0_listmarketprofitandloss_betting_listmarketprofitandloss) | P&L | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.