Multi-currency by design
Players are identified by agent, login name, and currency, so one integration can support many markets cleanly.
Multi-currency gaming infrastructure
A clean, secure, API-first platform for operators who need multiple currencies, wallet flexibility, and reliable game delivery without operational friction.
Product trial
The demo site follows the same game-entry direction used by merchant integrations: select a game, launch a session, and verify the front-end play experience before API onboarding.
Browse the public demo lobby and pick an available title.
The demo follows the same session-launch mindset used by the merchant API.
Move from product review to signed API integration and wallet testing.
Built for international operators
Players are identified by agent, login name, and currency, so one integration can support many markets cleanly.
Game delivery stays close to the proven runtime path while the merchant layer handles modern operating needs.
Admin, merchant, and agent consoles are separated for clear responsibilities and safer workflows.
Wallet flexibility
Operators transfer funds into and out of the game wallet through signed API calls, with clear order identity per currency.
Operators keep the source wallet and receive secure balance, bet, settle, and rollback callbacks from the platform.
POST /api/v1/login
KEY: your-api-key
timestamp: 1783098000
sign: ...
{
"agentName": "partner_agent",
"loginName": "player001",
"currency": "USD",
"gameId": 1000
}
API-first onboarding
Integration starts from stable v1 endpoints. Currency and game catalogs can be retrieved dynamically, while business calls stay protected by merchant keys and encrypted data.
Operational control
Separate controls for platform administrators, merchants, and agents.
Game access can be governed from the operating layer without changing game code.
Reports can be normalized for consistent reading across markets.
Signed API access, IP allowlists, permissions, and audit trails are part of the operating model.
Ready for integration