Integrate our games into your existing platform with our powerful, well-documented APIs. RESTful endpoints and WebSocket support for real-time gaming.
Everything you need to integrate our gaming solutions into your platform
Clean, well-documented REST endpoints for all game operations.
Real-time game updates and player communication via WebSockets.
Ready-to-use SDKs for JavaScript, Python, PHP, and more.
OAuth 2.0 and JWT-based authentication for secure access.
Comprehensive API documentation with examples and tutorials.
Test environment for development and integration testing.
Get started with just a few lines of code
const AceWinChip = require('acewinchip-sdk');
// Initialize the client
const client = new AceWinChip({
apiKey: 'your_api_key',
environment: 'production'
});
// Start a new game session
const session = await client.games.createSession({
gameType: 'teen-patti',
playerId: 'player_123',
tableId: 'table_456'
});
console.log('Session started:', session.id);
Create your developer account
Generate your credentials
Use our SDK or REST API
Launch to production
Get API access and start integrating our games into your platform today.
Request API Access