API reference
Production endpoints
Core endpoints available through the Gaming API gateway.
Crash rounds
POST https://api.game-api.online/api/v1/crash/rounds
Authorization: Bearer YOUR_GAPI_SECRET
Content-Type: application/json
{"limit":10}
Authorization: Bearer YOUR_GAPI_SECRET
Content-Type: application/json
{"limit":10}
Big Odd rounds
POST https://api.game-api.online/api/v1/big-odd/rounds
Authorization: Bearer YOUR_GAPI_SECRET
Content-Type: application/json
{"limit":10}
Authorization: Bearer YOUR_GAPI_SECRET
Content-Type: application/json
{"limit":10}
WebSocket
wss://api.game-api.online/realtime
Subscribe with the supported WebSocket channel message. Never expose privileged backend credentials in public frontend code.