Skip to main content
GET
Get currency offer template
Some games have more than one currency unit (for example FC 26 has fc-coins and fc-points). Always read template.currency_units first. Then request the template again with ?currency_unit={slug} so currency_data matches that unit.

Example: list units for a game

Example: Points template

currency_data then includes unit-specific fields such as game_device and fc_points (not Coins platform).

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.

Query Parameters

currency_unit
string

Currency unit slug (e.g. fc-coins, fc-points). Defaults to the game's default unit.

Example:

"fc-points"

Response

Currency offer creation template for a specific game

template
object