API Information
- Server name: RoyalGaming API
- Protocol:
HTTPS - Content type:
application/json - Credential: User ID & Secret key for your partner & site
- Wallet type:
Seamless walletandTransfer Wallet - Whitelist IP:
API
Response body
Every request such as lobby, game, etc. Format data response always send format like this (For handle easier)
{
"code": 0,
"message": "Success.",
"timestamp": 1737802276223,
"result": {
// By API endpoint
}
}| Field | Type | Description |
|---|---|---|
| code | Number | Result code 6.1 Error code (API) |
| message | String | Message result |
| timestamp | Number | Timestamp (UTC) |
| result | Object or null | Data API (Please referer “5. Common API”) |
Last updated on