Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the currency offer. Can be retrieved from the list of currency offers.
Body
Update currency offer - all fields are optional, only provide fields you want to update
Unique identifier for the game (required if game slug not provided)
Slug of the game (required if game_id not provided)
Detailed description of the currency and how it will be delivered
5028
Price 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 <= 1000000000
1000000
Minimum quantity that can be purchased in a single order
1 <= x <= 1000000000
1000
Special instructions for currency delivery, provided to buyer after purchase
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" }
Response
A single currency offer
Currency offer object representing in-game currency for sale