This host serves the Fun4Cash JSON API. It powers the player app and the admin console: accounts and authentication, wallets and the point ledger, server-resolved game rounds, and deposits and withdrawals. There is no web interface here.
Go to the player appEvery endpoint returns JSON and is authenticated with a Sanctum bearer token.
Signup, login, email verification and password reset.
Balances, the point ledger, purchases and conversions.
Rounds are staked, rolled and settled by the server.
/api/admin/*, for the operations console.
Authenticate, then call any endpoint with your token.