Skip to main content
GET
/
api
/
v1
/
dt
/
user
/
limit
Get Player Limit
curl --request GET \
  --url https://api.example.com/api/v1/dt/user/limit
{
  "error": {
    "code": 0,
    "msg": "Success",
    "uuid": "c176c773-f0f5-41f3-8f2e-9c0938d50a75"
  },
  "data": {
    "product-id": "AXTES",
    "currency": "TWD",
    "limit-set": [
      "0",
      "Y"
    ],
    "limit-detail": [
      {
        "limit-id": "0",
        "detail": [
          {
            "game-type": "BAC",
            "limit": [
              {
                "play-type": [
                  1,
                  2
                ],
                "min": 100,
                "max": 100000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 12500
              },
              {
                "play-type": [
                  4,
                  5
                ],
                "min": 100,
                "max": 9000
              },
              {
                "play-type": [
                  6
                ],
                "min": 100,
                "max": 8000
              }
            ]
          },
          {
            "game-type": "DTB",
            "limit": [
              {
                "play-type": [
                  1,
                  2,
                  4,
                  5,
                  6,
                  7,
                  8,
                  9,
                  10,
                  11
                ],
                "min": 1000,
                "max": 100000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 12500
              }
            ]
          },
          {
            "game-type": "NIU",
            "limit": [
              {
                "play-type": [
                  1,
                  2
                ],
                "min": 1000,
                "max": 100000
              },
              {
                "play-type": [
                  3,
                  4
                ],
                "min": 100,
                "max": 20000
              },
              {
                "play-type": [
                  5,
                  6
                ],
                "min": 100,
                "max": 2000
              }
            ]
          },
          {
            "game-type": "ROU",
            "limit": [
              {
                "play-type": [
                  1
                ],
                "min": 1000,
                "max": 100000
              },
              {
                "play-type": [
                  2
                ],
                "min": 1000,
                "max": 50000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 20000
              },
              {
                "play-type": [
                  4
                ],
                "min": 100,
                "max": 12500
              },
              {
                "play-type": [
                  5
                ],
                "min": 100,
                "max": 9000
              },
              {
                "play-type": [
                  6
                ],
                "min": 100,
                "max": 5500
              },
              {
                "play-type": [
                  7
                ],
                "min": 100,
                "max": 2500
              },
              {
                "play-type": [
                  8
                ],
                "min": 100,
                "max": 16500
              }
            ]
          }
        ]
      },
      {
        "limit-id": "Y",
        "detail": [
          {
            "game-type": "BAC",
            "limit": [
              {
                "play-type": [
                  1,
                  2
                ],
                "min": 10000,
                "max": 500000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 62500
              },
              {
                "play-type": [
                  4,
                  5
                ],
                "min": 100,
                "max": 45000
              },
              {
                "play-type": [
                  6
                ],
                "min": 100,
                "max": 41500
              }
            ]
          },
          {
            "game-type": "DTB",
            "limit": [
              {
                "play-type": [
                  1,
                  2,
                  4,
                  5,
                  6,
                  7,
                  8,
                  9,
                  10,
                  11
                ],
                "min": 10000,
                "max": 500000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 62500
              }
            ]
          },
          {
            "game-type": "NIU",
            "limit": [
              {
                "play-type": [
                  1,
                  2
                ],
                "min": 10000,
                "max": 500000
              },
              {
                "play-type": [
                  3,
                  4
                ],
                "min": 100,
                "max": 100000
              },
              {
                "play-type": [
                  5,
                  6
                ],
                "min": 100,
                "max": 10000
              }
            ]
          },
          {
            "game-type": "ROU",
            "limit": [
              {
                "play-type": [
                  1
                ],
                "min": 10000,
                "max": 500000
              },
              {
                "play-type": [
                  2
                ],
                "min": 10000,
                "max": 250000
              },
              {
                "play-type": [
                  3
                ],
                "min": 100,
                "max": 100000
              },
              {
                "play-type": [
                  4
                ],
                "min": 100,
                "max": 62500
              },
              {
                "play-type": [
                  5
                ],
                "min": 100,
                "max": 45000
              },
              {
                "play-type": [
                  6
                ],
                "min": 100,
                "max": 29000
              },
              {
                "play-type": [
                  7
                ],
                "min": 100,
                "max": 14000
              },
              {
                "play-type": [
                  8
                ],
                "min": 100,
                "max": 83000
              }
            ]
          }
        ]
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.cog888.net/llms.txt

Use this file to discover all available pages before exploring further.

CodeDescription
0Success
2Invalid parameter
4Customer does not exist
19Request limit reached
20Secret key error
21Invalid username
36Server error
42Request rate too high
9999Unknown error

Query Parameters

uuid
string
required

Platform-defined unique request serial number, length >= 32 and <= 128 bytes

platform_id
string
required

Platform product ID

username
string

User account in game (optional). If not provided, returns all available bet limit combinations under the platform_id (i.e., the bet limit combinations configured on the agent account to which the players belong)

key
string
required

md5(username + platform_secret)

Response

Success

error
object
data
object