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",
    "stock": 1000,
    "min_quantity": 1,
    "delivery_time": {
      "duration": 30,
      "unit": "minutes/hours/days"
    },
    "delivery_instructions": "(optional) Sample delivery instructions",
    "currency_data": {}
  }
}

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
I