find_multi_step_arbitrage
Find profitable multi-hop currency trade loops in Path of Exile 2, using direct pair rates with spreads filtered to surface actionable leads.
Instructions
Find profitable trade loops, e.g. chaos -> exalted -> divine -> chaos.
Pure analysis over already-collected direct pair rates: no API calls, so it is free to run as often as you like.
Only direct pair quotes can produce a cycle. Cross-rates synthesised through the base currency pay the spread on every leg, so a loop built from them always loses — profit appears only where the market's own chaos->divine rate has drifted from chaos->exalted->divine.
Each leg's rate has already paid its own spread and has had junk listings
filtered out, so a gain above 1.0 is real profit rather than mid-price
arithmetic. min_depth bounds how much can actually be pushed through the
tightest leg.
As with all trades here: these complete by whisper and a manual trade window. Every counterparty must be online and willing. Treat results as leads, and note that a four-hop loop needs four separate humans to answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| league | No | ||
| max_hops | No | ||
| min_profit_pct | No | ||
| max_age_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||