Deposit funds
POST/v1/deposits
Enhanced deposit with bet status tracking
Required headers:
X-Payload-Signature— HMAC-SHA256 hex signature of the request body
Request
Responses
- 200
- 400
- 403
- 404
- 5XX
Successful Response
Invalid request — malformed body, missing required fields, or invalid amount.
HMAC signature verification failed.
Player account not found.
Server error — the platform retries up to 3 times with exponential backoff before treating the request as failed.