| name | binance-futures |
| description | Binance Futures trading with DB tracking |
| emoji | 🟡 |
| commands | ["/bf"] |
| gates | {"envs":["BINANCE_API_KEY"]} |
Binance Futures
Trade perpetual futures on Binance with up to 125x leverage and full database tracking.
Quick Start
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"
/bf balance
/bf long BTCUSDT 0.01 10x
/bf stats
Commands
Account
| Command | Description |
|---|
/bf balance | Check margin balance |
/bf positions | View open positions |
/bf orders | List open orders |
Trading
| Command | Description |
|---|
/bf long <symbol> <size> [leverage]x | Open long position |
/bf short <symbol> <size> [leverage]x | Open short position |
/bf close <symbol> | Close position |
/bf closeall | Close all positions |
/bf tp <symbol> <price> | Set take-profit |
/bf sl <symbol> <price> | Set stop-loss |
/bf leverage <symbol> <value> | Set leverage |
Market Data
| Command | Description |
|---|
/bf price <symbol> | Get current price |
/bf funding <symbol> | Check funding rate |
/bf markets [query] | List markets |
Database/History
| Command | Description |
|---|
/bf trades [symbol] [limit] | Trade history from database |
/bf dbstats [symbol] [period] | Win rate, PnL, profit factor |
/bf dbfunding [symbol] | Funding payments history |
/bf dbpositions [all] | Position history |
Stats periods: day, week, month
Examples
/bf long BTCUSDT 0.01 10x
/bf short ETHUSDT 0.1 20x
/bf tp BTCUSDT 105000
/bf sl BTCUSDT 95000
/bf close BTCUSDT
/bf trades BTCUSDT 20
/bf dbstats ETHUSDT week