Skip to content

Betfair ​

Betting exchange API for market data, live prices, order placement, and P&L tracking.

DetailValue
CategoryiGaming
Base URLhttps://api.betfair.com/exchange
AuthenticationAPI Key
Endpoints10
Connector keybetfair

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 ​

EndpointSummary
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 Call node configuration, and the response shape.