1. Getting Started
Hectic Play Integration
  • Getting Started
    • Introduction
    • Request and Response
    • Signature Guide — HMAC-SHA256
  • Base API
    • Game List
      POST
    • Create Player
      POST
    • Start Game
      POST
    • Kick Player
      POST
    • Update Status Player
      POST
  • Seamless Wallet API
    • Get Player Balance
      POST
    • Settle Round
      POST
    • Cancel Round
      POST
  • Report API
    • Get Bet Detail URL
      POST
  • Appendix
    • Game Supported Languages
    • Base API - Response Codes
    • Report API - Response Codes
    • Seamless Wallet Callback API — Response Codes
  • Game
  1. Getting Started

Introduction

Hectic Play uses Seamless Wallet (Single Wallet) integration. The player's balance is managed on the Agent's side, and Hectic Play calls back to the Agent's API in real-time for every transaction.

Getting Started#

1.
Obtain the Public Key from the relevant personnel.
2.
Obtain the Private Key from the relevant personnel.
3.
Follow the Authentication section to implement signature verification.
4.
Implement the Seamless Wallet API on your server to handle callbacks from Hectic Play.
5.
Implement the Base API to register players and launch games.

Authentication#

All requests between Agent and Hectic Play are signed with HMAC-SHA256. Both directions use the same signing mechanism.

Agent → Hectic Play (Base API)#

Hectic Play → Agent (Seamless Wallet API)#

Base API Flow#

Game Round Flow#

Modified at 2026-03-23 13:30:06
Next
Request and Response
Built with