PoE2 Check Currency Value
poe2_currency_checkCheck current Path of Exile 2 currency values in chaos orbs and trade volume by searching partial currency names across different leagues.
Instructions
Look up the current value of a specific currency in Path of Exile 2.
Searches by partial name match (case-insensitive) against currency ids and reference item names.
Args:
name (string): Currency name or partial name, e.g. "exalted", "divine", "regal"
league (string): League name (default: "Fate of the Vaal")
Returns: Matched currency with its chaos-equivalent value and trade volume.
Examples:
"How much is a Divine Orb?" → name="divine"
"Price of Regal Orb" → name="regal"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Currency name or partial match | |
| league | No | PoE2 league name, e.g. "Fate of the Vaal" or "Standard" | Fate of the Vaal |