Get Wallet
GET
https://api.lootlocker.io/server/wallet/{wallet_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/wallet/01JJP394KVHG8RMHDJK6RN5KPQ' \
--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
wallet_id
stringÂ
required
Example:
01JJP394KVHG8RMHDJK6RN5KPQ
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Responses
Modified at 2025-04-07 13:55:27