wow-api-currency-economy

Reference World of Warcraft Retail APIs for currency, auction house, and trading systems.

39|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-currency-economy-jburlison
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-currency-economy
Source: https://github.com/JBurlison/WoWAddonAPIAgents/tree/main/.github/skills/wow-api-currency-economy
Command: npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-currency-economy-jburlison

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive reference for all World of Warcraft Retail APIs related to in-game currencies, the auction house, trading, mail, and the in-game store, enabling developers to interact with and manage these economic systems programmatically.

Core Features & Use Cases

  • Currency Management: Track, display, and manage various in-game currencies using C_CurrencyInfo.
  • Auction House Operations: Search, list, buy, and bid on items and commodities.
  • Economic Systems: Interact with WoW Tokens, the in-game shop, Trading Post, and Black Market Auction House.
  • Player Interaction: Facilitate direct player-to-player trading and manage the in-game mail system.
  • Use Case: An addon developer needs to create a UI that displays a player's current Trader's Tender and allows them to browse and purchase items from the Trading Post.

Quick Start

Use the wow-api-currency-economy skill to get the current WoW Token market price.

Frequently Asked Questions about wow-api-currency-economy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve the current WoW Token market price using the WoW API?

To get the current WoW Token market price, you use the C_WowTokenPublic API module. This module provides functions to retrieve current token pricing data for World of Warcraft Retail's economic systems.

Can I automate auction house searches and item bids with the WoW API?

Yes, you can automate auction house operations using the C_AuctionHouse API module. It supports searching, listing, buying, and bidding on items and commodities within the World of Warcraft economy.

What API modules are needed to track in-game currency and Trader's Tender?

Tracking in-game currency and Trader's Tender requires the C_CurrencyInfo API module. This module enables developers to programmatically track, display, and manage various World of Warcraft Retail currencies.

Does the WoW API support building a custom UI for the Trading Post and in-game store?

Yes, the WoW API supports building custom UI for the Trading Post and in-game store. It provides specific functions for UI interaction and data retrieval across these economic modules.

How do I facilitate direct player-to-player trading through the WoW API?

Direct player-to-player trading is facilitated through the TradeInfo API module. This module provides the necessary functions for transaction processing and managing direct player interactions.

What WoW API functions are available for managing the in-game mail system?

The WoW API provides specific functions for managing the in-game mail system. These functions allow developers to interact with and process mail transactions programmatically within World of Warcraft Retail.