Guild Wars 2 Item Price
guild_wars_2_item_priceCurrent Guild Wars 2 Trading Post price for one item, looked up by item name (e.g. "Mystic Coin", "Glob of Ectoplasm") or by numeric item_id. Answers "what is X selling for", "how much is X worth right now", "what is the trading post price of X". Returns the highest standing buy order and the lowest sell offer, the quantity available on each side, the buy/sell spread, and every price both as raw copper and as a readable gold/silver/copper string, plus the item name, rarity, type and icon. Prices are live Trading Post data from the official Guild Wars 2 API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Item name as it appears in game, e.g. "Mystic Coin". | |
| item_id | No | Numeric Guild Wars 2 item ID, e.g. 19976. Takes precedence over name. | |
| include_listings | No | Set true to also return the top order-book tiers on each side (default false). |