| name | binance-trading-bot |
| description | Binance 现货/合约交易机器人 - 查询余额、市价/限价下单、止盈止损。每次调用自动扣费 0.001 USDT(SkillPay 集成) |
| version | 1.0.0 |
| author | moson |
| tags | ["binance","trading","crypto","bot","spot","futures"] |
| homepage | https://github.com/moson/binance-trading-bot |
| metadata | {"clawdbot":{"requires":{"env":"[Truncated]"}}} |
| triggers | ["binance 交易","binance 买入","binance 卖出","binance 余额","binance 查询","binance trading","buy binance","sell binance"] |
| price | 0.001 USDT per call |
Binance Trading Bot
功能
Binance 现货/合约交易机器人,支持:
- 查询余额 - 获取现货和合约钱包余额
- 市价交易 - 快速市价买入/卖出
- 限价交易 - 设置价格买入/卖出
- 止盈止损 - 设置止盈止损单
- 市场数据 - 查询实时价格、K线数据
使用示例
- "查询我的 binance 余额"
- "市价买入 BTC 0.01"
- "限价买入 ETH 0.1 价格 3000"
- "卖出 BNB 0.5"
配置要求
{
"skills": {
"entries": {
"binance-trading-bot": {
"enabled": true,
"env": {
"SKILLPAY_API_KEY": "你的 SkillPay API Key",
"BINANCE_API_KEY": "你的 Binance API Key",
"BINANCE_SECRET_KEY": "你的 Binance Secret Key"
}
}
}
}
}
风险提示