EDUCHAIN Agent Kit

check_arbitrage_opportunities

Check for arbitrage opportunities between centralized exchanges and SailFish DEX

Input Schema

NameRequiredDescriptionDefault
thresholdNoMinimum price difference percentage to consider as an arbitrage opportunity (default: 1.0)

Input Schema (JSON Schema)

{ "properties": { "threshold": { "description": "Minimum price difference percentage to consider as an arbitrage opportunity (default: 1.0)", "type": "number" } }, "required": [], "type": "object" }