List Balances
GET
https://api.lootlocker.io/server/balances/wallet/{wallet_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/balances/wallet/01HCCQZS8DQR1VFK73W9K6P29X' \
--header 'll-version: 2021-03-01' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - List Balances - Success
{
"balances": [
{
"created_at": "2023-05-10T09:27:00Z",
"amount": "4184768942",
"holder_type": "player",
"currency": {
"code": "woo",
"name": "Wood",
"id": "01H00MTAPTE4VRPRZJZMT5RTBH"
},
"holder_id": 2422917
}
]
}
Request
Path Params
wallet_id
stringÂ
required
Example:
01HCCQZS8DQR1VFK73W9K6P29X
Header Params
ll-version
stringÂ
required
Example:
2021-03-01
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Body Params application/json
Responses
Modified at 2025-04-07 13:55:49