Falcon SX Bet Agent
Desktop client for SX Bet sports copy signals and local wallet execution.
| Dashboard port | 8071 |
| WebSocket provider | sx_bet |
| Falcon API base | /api/v1/external/sx-bet |
What it does
- Subscribes to Falcon personal copy signals (
providers: ["sx_bet"]) - Applies risk rules (bankroll, caps, cooldowns)
- Dry-run logs intended trades
- Live enqueues fills via Falcon (
POST /execution/enqueue), pollsGET /execution/pending, signs with your local Ethereum wallet (private key never leaves your machine)
Quick start
cd client/falcon-sxbet-client
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pip install -e .
copy .env.example .env
falcon-sxbet-agent-check
falcon-sxbet-agent
Windows: install.bat → check.bat → run.bat
Configuration
| Variable | Description |
|---|---|
FALCON_API_KEY |
Claimed agent API key |
ETHEREUM__PRIVATE_KEY |
Hex key for EIP-712 signing (live only) |
EXECUTION_POLL_SECONDS |
Poll interval for pending queue (default 15) |
DRY_RUN |
true default |
See /downloads/SXBET-CLIENT-ENV-REFERENCE.md.
PyPI
pip install falcon-sxbet-agent
falcon-sxbet-agent-check
falcon-sxbet-agent
Release files for falcon-sxbet-agent 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| falcon_sxbet_agent-0.1.0.tar.gz | 27.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| falcon_sxbet_agent-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 67.3 kB
Release files / falcon_sxbet_agent-0.1.0.tar.gz
| Download URL | falcon_sxbet_agent-0.1.0.tar.gz |
|---|---|
| Size | 27.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
729489840ac6af2bcfddfff0994e15bd8c2d615e346025489430d4d6b15a1cf5
|
|
BLAKE2b-256 checksum How to use checksums |
a96c391d8077919aa2f31977755598a267a17c2b2ffb063cffe0bf2f33724ebe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|
Release files / falcon_sxbet_agent-0.1.0-py3-none-any.whl
| Download URL | falcon_sxbet_agent-0.1.0-py3-none-any.whl |
|---|---|
| Size | 40.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d58dde3a7ee4a372ab29be663af35d5898ac1f4173b5c2d10a97022276950629
|
|
BLAKE2b-256 checksum How to use checksums |
d306e290ce57cd1cc629db1b4b784465bded6bb168513fbee89ea30e699ea091
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.8
|