B

Betfair: Exchange Streaming API

by Betfair: Exchange Streaming Free tier

API to receive streamed updates. This is an ssl socket connection of CRLF delimited json messages (see RequestMessage & ResponseMessage)

entertainmentbetfair

Quick Reference

Base URL http://stream-api.betfair.com:443/api Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://developer.betfair.com/support/ Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 20% builder-friendly
Pricing
28
Latency
0
Depth
28

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
POST /request This is a socket protocol delimited by CRLF (not http)

Sample Request

curl -X GET 'http://stream-api.betfair.com:443/api/request' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Betfair: Exchange Streaming documentation.