Skip to Content
2. API Information

API Information

  • Server name: RoyalGaming API
  • Protocol: HTTPS
  • Content type: application/json
  • Credential: User ID & Secret key for your partner & site
  • Wallet type: Seamless wallet and Transfer 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 } }
FieldTypeDescription
codeNumberResult code 6.1 Error code (API)
messageStringMessage result
timestampNumberTimestamp (UTC)
resultObject or nullData API (Please referer “5. Common API”)
Last updated on