Credit Balance
POST
https://api.lootlocker.io/server/balances/credit
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/server/balances/credit' \
--header 'll-version: 2021-03-01' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "1",
"wallet_id": "01HAPKW6M4G8G6B43GY2K7BQHS",
"currency_id": "01HAM2X360PD565H51JA8717JZ"
}'
Response Response Example
200 - Credit Balance - Success
{
"balance": {
"amount": "199976",
"created_at": "2023-05-09T16:17:14Z",
"currency_id": "01H00MTAPTE4VRPRZJZMT5RTBH",
"holder_id": 123,
"holder_type": "player"
}
}
Request
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:56:43