List Currencies
GET
https://api.lootlocker.com/game/currencies/
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/game/currencies/' \
--header 'x-session-token: ' \
--header 'x-session-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"currencies": [
{
"created_at": "2023-09-18T12:05:37Z",
"id": "01HAM2X360PD565H51JA8717JZ",
"name": "Gold",
"code": "gld",
"game_id": 23647,
"published": false,
"game_api_writes_enabled": false,
"published_at": null
},
{
"created_at": "2023-09-18T12:05:45Z",
"id": "01HAM2XAGWGK6ZETTXS1AWM6K9",
"name": "Wood",
"code": "wod",
"game_id": 23647,
"published": false,
"game_api_writes_enabled": false,
"published_at": null
}
]
}
Request
Header Params
x-session-token
stringÂ
required
Example:
{{session_token}}
Body Params application/json
Responses
Modified at 2024-09-17 10:33:02