Integrate our gaming platform into your existing infrastructure with our powerful RESTful API. Comprehensive documentation, SDKs, and sandbox environment included.
// Initialize AceWinChip SDK
const client = new AceWinChip({
apiKey: 'your_api_key',
environment: 'production'
});
// Create a game session
const game = await client.games.create({
type: 'poker',
variant: 'texas-holdem',
players: 6,
buyIn: 100
});
Connect your platform in minutes with our comprehensive APIs, SDKs, and ready-to-use integrations
Full documentation with 200+ endpoints
Real-time game events & updates
100+ payment methods & crypto
JS, Python, PHP, Java & more
Powerful Features
Everything you need to build amazing gaming experiences
Clean, intuitive REST API with JSON responses and versioned endpoints.
WebSocket support for live game events with sub-50ms latency.
OAuth 2.0 and API key authentication with rate limiting.
Detailed documentation with interactive examples and Postman collections.
Official SDKs for JavaScript, Python, PHP, Java, and .NET.
Full-featured sandbox with test credentials and simulated scenarios.
API Reference
Explore our most commonly used endpoints
/api/v1/games
List all available games
Retrieve a list of all game types and variants available on the platform.
/api/v1/games/create
Create game session
Initialize a new game session with specified parameters and player configuration.
/api/v1/players/[id]
Get player details
Retrieve detailed information about a specific player including balance and history.
/api/v1/wallet/transfer
Transfer funds
Process wallet transactions including deposits, withdrawals, and transfers.
wss://api.acewinchip.com/v1/events
Real-time events
WebSocket connection for real-time game events, player actions, and notifications.
Getting Started
Get up and running in minutes
Sign up and obtain your API credentials from the dashboard
Choose your preferred SDK and install via package manager
Develop and test your integration in our sandbox environment
Switch to production and start processing real transactions
Get your API keys today and start building amazing gaming experiences with our powerful platform.