Skip to main content
GET
/
v2
/
currency-offers
/
templates
/
{game}
Get currency offer template
curl --request GET \
  --url https://api.gameboost.com/v2/currency-offers/templates/{game} \
  --header 'Authorization: Bearer <token>'
{
  "template": {
    "game": "world-of-warcraft",
    "description": "Sample currency offer description",
    "price": 0.123456,
    "currency": "EUR/USD (optional, defaults to EUR; USD will be converted to EUR)",
    "stock": 1000,
    "min_quantity": 1,
    "delivery_time": {
      "duration": 30,
      "unit": "minutes/hours/days"
    },
    "delivery_instructions": "(optional) Sample delivery instructions",
    "currency_data": {}
  }
}

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

game
string
required

The slug of the game. Can be retrieved from the list of games.

Response

Currency offer creation template for a specific game

template
object