Transfer Wallet
Handles wallet operations for users, including depositing and withdrawing funds. These actions are processed securely based on the provided user information and transaction details. The API validates
REQUIRED - JWT Authorization header using the Bearer scheme. All API endpoints require authentication, except for authentication endpoints (Connect/authentication). Example: "Authorization: Bearer {token}"
Unique transaction identifier for request tracking
2f6fc9e6-989f-48ef-9f93-1c8d2102d5c6Player access token for session validation
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Withdraw processed. Use /wallet/player/balance to get the updated balance.
No content
Invalid request or processing error.
Invalid or expired player session.
Idempotency conflict: same X-Transaction-Id with different request body.
No content
Scope and Limitations
REQUIRED - JWT Authorization header using the Bearer scheme. All API endpoints require authentication, except for authentication endpoints (Connect/authentication). Example: "Authorization: Bearer {token}"
Unique transaction identifier for request tracking
14d67a8e-4ece-4c88-801f-41462a4c9f8dPlayer access token for session validation
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Deposit processed. Use /wallet/player/balance to get the updated balance.
No content
Invalid request or processing error.
Idempotency conflict when X-Transaction-Id is reused with different body.
No content
Last updated