find_arbitrage
Find cross-venue DEX arbitrage opportunities ranked by gross USD at optimal trade size instead of raw spread, exposing only viable trades. Returns an empty list when no opportunity exists.
Instructions
Scan a chain for cross-venue arbitrage right now: pairs whose price differs enough between DEXes to be worth trading, ranked by GROSS USD AT THE OPTIMAL TRADE SIZE — not by raw spread, because a wide spread on a tiny pool is not an opportunity. Returns an empty list when there is nothing, which is a real answer. Excludes gas, MEV and execution risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to query. Defaults to bsc. | |
| minSpreadBps | No | Minimum cross-venue spread in basis points. Default 20. |