بنقرة واحدة
betfair
Betfair Exchange sports betting and trading
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Betfair Exchange sports betting and trading
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
Dollar-cost averaging across all platforms
Hyperliquid L1 perps DEX (69% market share)
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
| name | betfair |
| description | Betfair Exchange sports betting and trading |
| emoji | 🏇 |
| commands | ["/bf"] |
| gates | {"envs":["BETFAIR_APP_KEY"]} |
Full integration with Betfair Exchange, the world's largest sports betting exchange. Trade sports markets using back/lay orders.
# Set credentials
export BETFAIR_APP_KEY="your-app-key"
export BETFAIR_SESSION_TOKEN="your-session-token"
# Search markets
/bf markets football
# Get market prices
/bf prices 1.234567890
# Place back order (bet FOR outcome)
/bf back 1.234567890 12345678 2.5 10
# Place lay order (bet AGAINST outcome)
/bf lay 1.234567890 12345678 2.5 10
| Command | Description |
|---|---|
/bf markets [query] | Search markets |
/bf market <id> | Get market details |
/bf prices <marketId> | Current prices and volumes |
/bf book <marketId> <selectionId> | Show orderbook |
| Command | Description |
|---|---|
/bf back <marketId> <selectionId> <odds> <stake> | Place back order |
/bf lay <marketId> <selectionId> <odds> <stake> | Place lay order |
/bf cancel <marketId> <betId> | Cancel order |
/bf cancelall [marketId] | Cancel all orders |
/bf orders [marketId] | List open orders |
Examples:
/bf back 1.234 5678 2.0 10 # Back at 2.0 odds, £10 stake
/bf lay 1.234 5678 2.1 10 # Lay at 2.1 odds, £10 liability
/bf cancel 1.234 abc123 # Cancel specific order
| Command | Description |
|---|---|
/bf balance | Check account balance |
/bf positions | View open positions |
# Required
export BETFAIR_APP_KEY="your-app-key"
# Either session token or username/password
export BETFAIR_SESSION_TOKEN="your-session-token"
# Or login credentials
export BETFAIR_USERNAME="your-username"
export BETFAIR_PASSWORD="your-password"
| Sport | ID | Example Query |
|---|---|---|
| Soccer | 1 | /bf markets champions league |
| Tennis | 2 | /bf markets wimbledon |
| Horse Racing | 7 | /bf markets ascot |
| Politics | 2378961 | /bf markets election |
| Basketball | 7522 | /bf markets nba |