wow-api-currency-economy

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

1|Updated Aug 13, 2024
One-click install
npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-currency-economy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-currency-economy
Source: https://github.com/Alzakath/Ruilhenn/tree/main/.gemini/skills/wow-api-currency-economy
Command: npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-currency-economy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for interacting with World of Warcraft's complex in-game economy systems, enabling developers to build tools that manage currencies, auction house activities, and player trading.

Core Features & Use Cases

  • Currency Management: Track and display player currencies, including gold, with detailed information.
  • Auction House Operations: Programmatically search, list, bid on, and buy items on the Auction House.
  • Trading Post & Black Market: Access information and interact with special vendors like the Trading Post and Black Market Auction House.
  • Player Trading & Mail: Facilitate direct player-to-player trades and manage the in-game mail system.
  • Use Case: Develop an addon that automatically alerts players when a desired item appears on the Auction House below a certain price, or a tool that helps manage Trader's Tender purchases.

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 get the current WoW Token market price using the World of Warcraft API?

To get the current WoW Token market price, use the C_WowTokenPublic API functions provided in the World of Warcraft economy API reference. This allows developers to retrieve real-time token pricing data for in-game economic tracking and addon integration.

What APIs are available for World of Warcraft auction house operations?

The World of Warcraft auction house APIs provide functions to programmatically search, list, bid on, and buy items. Developers use these functions to build addons that monitor prices, track listings, and alert players when desired items appear below a certain price threshold.

Can I track player currencies and gold using the WoW economy API?

Yes, you can track player currencies and gold using the C_CurrencyInfo API functions. This component of the WoW economy API allows developers to retrieve detailed currency information, enabling addons to display and manage in-game financial assets accurately.

How do I interact with the Trading Post and Black Market in a WoW addon?

You interact with the Trading Post and Black Market using the C_PerksProgram and BlackMarket API functions. These interfaces allow developers to access special vendor information, manage Trader's Tender purchases, and monitor Black Market Auction House listings programmatically.

Does the WoW API support managing in-game mail and direct player trading?

Yes, the WoW API supports managing in-game mail and direct player trading through the MailInfo and TradeInfo API functions. Developers use these to facilitate player-to-player trades, send items, and manage inbox interactions within custom interface addons.