Create a new currency offer for sale with game-specific parameters, pricing, stock quantity, and delivery time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the game (required if game slug not provided)
Detailed description of the currency and how it will be delivered
5028Price per currency unit, up to 6 decimal places
0.015
Base currency code for pricing
EUR, USD "EUR"
Available quantity of currency units in stock
0 <= x <= 10000000001000000
Minimum quantity that can be purchased in a single order
1 <= x <= 10000000001000
Expected delivery time object
{ "duration": 2, "unit": "hours" }Specifics available via the template endpoint. Game-specific currency attributes such as server, realm, or faction
{ "server": "EU", "faction": "Alliance" }Slug of the game (required if game_id not provided)
Special instructions for currency delivery, provided to buyer after purchase
A single currency offer
Currency offer object representing in-game currency for sale