Find arbitrage opportunities between Binance and other exchanges. Each call charges 0.001 USDT via SkillPay.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill binance-arbitrage-finder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Binance Arbitrage Finder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-binance-arbitrage-finder)More formats (shields.io, HTML) on the badges page.
---
name: binance-arbitrage-finder
description: Find arbitrage opportunities between Binance and other exchanges. Each call charges 0.001 USDT via SkillPay.
version: 1.0.0
author: moson
tags:
- binance
- arbitrage
- trading
- crypto
- profit
- trading-bot
homepage: https://github.com/moson/binance-arbitrage-finder
metadata:
clawdbot:
requires:
env:
- SKILLPAY_API_KEY
triggers:
- "binance arbitrage"
- "find arbitrage"
- "crypto arbitrage"
- "arbitrage opportunity"
- "exchange arbitrage"
- "price difference"
- "cross exchange"
- "套利机会"
- "交易所差价"
config:
SKILLPAY_API_KEY:
type: string
required: true
secret: true
---
# Binance Arbitrage Finder
## 功能
Find profitable arbitrage opportunities between Binance and other major cryptocurrency exchanges.
### 核心功能
- **Cross-Exchange Price Scanning**: Compare prices across exchanges
- **Profit Calculation**: Calculate theoretical arbitrage profit
- **Real-Time Monitoring**: Monitor arbitrage opportunities
- **Risk Assessment**: Evaluate execution risks
- **Multi-Pair Analysis**: Scan multiple trading pairs
- **Historical Analysis**: Track arbitrage historical data
## 使用方法
```json
{
"action": "scan",
"minProfit": 0.5,
"pairs": ["BTC/USDT", "ETH/USDT"],
"exchanges": ["binance", "bybit", "okx"]
}
```
## 输出示例
```json
{
"success": true,
"opportunities": [
{
"pair": "BTC/USDT",
"buyExchange": "binance",
"sellExchange": "bybit",
"priceDiff": "0.8%",
"potentialProfit": "0.6%",
"volume": "10000 USDT"
}
]
}
```
## 价格
每次调用: 0.001 USDT
## 风险提示
- 套利存在执行风险
- 市场波动可能导致机会消失
- 需要考虑交易手续费
- 建议先小额测试
## 常见问题
**Q: 套利真的能赚钱吗?**
A: 理论上有利润,但需要快速执行并考虑手续费、滑点等成本。
**Q: 支持哪些交易所?**
A: Binance, Bybit, OKX, Huobi, Gate.io 等主流交易所。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!