Game Token Pack Object
Contains game token pack data.
idinteger<int32>
The internal mod.io ID of the game token pack.
Example:
1
token_pack_idinteger<int32>
The ID of the token pack.
Example:
1
priceinteger<int32>
The price of the token pack in USD.
Example:
1000
amountinteger<int32>
The amount of tokens the pack contains.
Example:
1000
portalstring
The portal of the token pack.
Example:
WEB
skustring
The SKU ID of the token pack.
Example:
SKU0001
namestring
The name of the game token pack.
Example:
Token Pack A
descriptionstring
The description of the game token pack.
Example:
This pack contains 1000 tokens!
date_addedinteger<int32>
Unix timestamp of the date the token pack was added to the game.
Example:
1492564103
date_updatedinteger<int32>
Unix timestamp of the date the game token pack was updated.
Example:
1492564103
Game Token Pack Object
{
"id": 1,
"token_pack_id": 1,
"price": 1000,
"amount": 1000,
"portal": "WEB",
"sku": "SKU0001",
"name": "Token Pack A",
"description": "This pack contains 1000 tokens!",
"date_added": 1492564103,
"date_updated": 1492564103
}