- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Create New Wallet
POST
https://api.lootlocker.io/admin/game/{game_id}/wallet
balances
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.lootlocker.io/admin/game//wallet' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"holder_id": "01J0RBGDDTYTRHMSSPJNE3EHWW",
"holder_type": "player"
}'
Response Response Example
{
"wallet_id": "01HCEZ12V17PPP8QKZ4PG20KJJ"
}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
holder_id
stringÂ
required
holder_type
stringÂ
required
Examples
Responses
🟢200Success
application/json
Body
wallet_id
stringÂ
required
Modified at 2024-06-19 13:44:32