๐Ÿ‘ปGame List

circle-exclamation

Get Game List

POST /api/v1/games

This API method retrieves a comprehensive list of game information across various categories, including Sportsbook, Live Casino, Slots, Fishing Hunter, and more. It provides essential details for each game, enabling users to browse and select from a diverse range of gaming options.

Headers

Name
Value

Content-Type

application/json

X-Authorization-Token

<token>

Query Parameters

Name
Type
Description

pageNo

number

Page number

limit

number

Data limit

productId

number

Product ID

Response

{
  "code": 0,
  "msg": "Successful",
  "requestTime": "YYYY-MM-DD HH:mm:ss",
  "requestUuid": "<UUID v4>",
  "data": [
    ...
  ],
  "count": 1
}