| 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":"[Truncated]"}}} |
| 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
使用方法
{
"action": "scan",
"minProfit": 0.5,
"pairs": ["BTC/USDT", "ETH/USDT"],
"exchanges": ["binance", "bybit", "okx"]
}
输出示例
{
"success": true,
"opportunities": [
{
"pair": "BTC/USDT",
"buyExchange"