fetchArbitrage
Identify arbitrage opportunities across prediction markets by comparing prices on different exchanges, with filters for minimum spread, category, and market relations.
Instructions
Find Arbitrage Opportunities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| minSpread | No | ||
| category | No | ||
| limit | No | ||
| relations | No | Comma-separated relation types to include (default: 'identity'). | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |