Get Wallet for Holder
GET
https://api.lootlocker.io/server/wallet/holder/{holder_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/wallet/holder/01HAPV9QKKNV670X0QS932WESH' \
--header 'x-auth-token;'
Response Response Example
{
"holder_id": "string",
"id": "string",
"modifiers": [
{
"currency_id": "string",
"currency_name": "string",
"currency_code": "string",
"factor": "string",
"created_at": "string",
"expires_at": "string"
}
],
"type": "string"
}
Request
Path Params
holder_id
stringÂ
required
Example:
01HAPV9QKKNV670X0QS932WESH
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Responses
Modified at 2025-04-07 13:55:21