Log World of Warcraft token prices to Google Sheets
This Query returns the current WoW Token price in your selected region.
Developer info
- API endpoint slug
- world_of_warcraft.token_price
- Runtime method
- performQuery("world_of_warcraft.token_price"}
Query fields
Region Dropdown list
- Label
- Region
- Helper text
- Region whose Token price to fetch.
- Slug
- region
- Required
- true
- Can have default value
- true
Ingredients
Region Region
- Slug
- region
- Filter code
- WorldOfWarcraft.tokenPrice.Region
- Type
- String
- Example
- us
Price gold Current price in gold (formatted with commas)
- Slug
- price_gold
- Filter code
- WorldOfWarcraft.tokenPrice.PriceGold
- Type
- String
- Example
- 247,891
Price copper Current price in copper (raw integer)
- Slug
- price_copper
- Filter code
- WorldOfWarcraft.tokenPrice.PriceCopper
- Type
- String
- Example
- 2478910000
Price usd Token's USD price (fixed at 20 USD)
- Slug
- price_usd
- Filter code
- WorldOfWarcraft.tokenPrice.PriceUsd
- Type
- String
- Example
- 20
Last updated API last_updated_timestamp
- Slug
- last_updated
- Filter code
- WorldOfWarcraft.tokenPrice.LastUpdated
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Checked at Query execution timestamp
- Slug
- checked_at
- Filter code
- WorldOfWarcraft.tokenPrice.CheckedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
