Update an existing currency offer’s details including pricing, stock, description, and delivery information.
Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the currency offer. Can be retrieved from the list of currency offers.
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)
External identifier for the currency offer, used to map to your own system
255Detailed description of the currency and how it will be delivered
5028Price per currency unit, up to 6 decimal places. Interpreted in the currency specified by the currency field (defaults to EUR). USD values are converted to EUR before storage.
0.015
Currency the price is expressed in. EUR is stored as-is; USD is converted to EUR server-side. Defaults to EUR.
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
Special instructions for currency delivery, provided to buyer after purchase
Optional delivery method. If null, legacy currency precheckout behavior is used.
none, username, login, trade, auction, gift, redeem, mail Optional delivery fields disabled by the seller. Required fields for the selected method cannot be excluded.
username, server, login, password, platform, region 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" }A single currency offer
Currency offer object representing in-game currency for sale