get_spot_arbitrage
Spot arbitrage opportunities: buy asset on one exchange, sell on another. Params: exchangeA, exchangeB (filter pairs between these two), minProfitPct (e.g. 0.5), limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 20, max 50) | |
| exchangeA | No | ||
| exchangeB | No | ||
| minProfitPct | No | Minimum profit % (default 0) |