CtrlK
BlogDocsLog inGet started
Tessl Logo

binance-futures

Binance Futures trading with DB tracking

39

Quality

37%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./src/skills/bundled/binance-futures/SKILL.md
SKILL.md
Quality
Evals
Security

Binance Futures

Trade perpetual futures on Binance with up to 125x leverage and full database tracking.

Quick Start

# Set credentials
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"

# Check balance
/bf balance

# Open position
/bf long BTCUSDT 0.01 10x

# View stats
/bf stats

Commands

Account

CommandDescription
/bf balanceCheck margin balance
/bf positionsView open positions
/bf ordersList open orders

Trading

CommandDescription
/bf long <symbol> <size> [leverage]xOpen long position
/bf short <symbol> <size> [leverage]xOpen short position
/bf close <symbol>Close position
/bf closeallClose all positions
/bf tp <symbol> <price>Set take-profit
/bf sl <symbol> <price>Set stop-loss
/bf leverage <symbol> <value>Set leverage

Market Data

CommandDescription
/bf price <symbol>Get current price
/bf funding <symbol>Check funding rate
/bf markets [query]List markets

Database/History

CommandDescription
/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      # 10x leveraged long
/bf short ETHUSDT 0.1 20x      # 20x leveraged short
/bf tp BTCUSDT 105000          # Take profit at $105k
/bf sl BTCUSDT 95000           # Stop loss at $95k
/bf close BTCUSDT              # Close BTC position
/bf trades BTCUSDT 20          # Last 20 BTC trades
/bf dbstats ETHUSDT week       # ETH stats for past week
Repository
alsk1992/CloddsBot
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.