Sportbook APISportbook API
  • 1. Create User (Common)
  • 2. Change Password (Common)
  • 3. Change Status (Common)
  • 4. Redirect Login (Common)
  • 5. Get Profile And Credit (Common)
  • 6. Normal Deposit And Withdraw
  • 7. Deposit And Withdraw Pending Transaction
  • 8. Get WinLose By DepositID (Common)
  • 9. Get Bet History By DepositID (Common)
  • 10. Get WinLose And Turnover (Common)
  • 11. Get Winlose By Date
  • 12. Game List (Common)
  • 13. Start Games (Common)
  • 14. Game Detail (Common)
  • 15. Start Lotto (Common)
  • 16. Get WinLose Multi DepositID (Common)
  • 17. Report Winlose Account
  • 18. Get Provider Prefix List (Common)
  • 19. Get Game List By Provider (Common)
  • 20. Get Normal Baccarat Turnover (Common)
  • 21. Get Deposit And Withdraw Transaction (Common)
  • 22. Get Deposit And Withdraw Transaction By User (Common)
  • 23. Get Credit Agent (Common)
  • 24. Get Recently Games (Common)
  • 25. Favourite Games
  • 26. Dashbaord
  • 27. Get Url Start Tournament (Common)
  • Detail Types
  • Rate Limit
  • Error Code
  • English
  • ภาษาไทย
  • 简体中文
  • 1. Create User (Common)
  • 2. Change Password (Common)
  • 3. Change Status (Common)
  • 4. Redirect Login (Common)
  • 5. Get Profile And Credit (Common)
  • 6. Normal Deposit And Withdraw
  • 7. Deposit And Withdraw Pending Transaction
  • 8. Get WinLose By DepositID (Common)
  • 9. Get Bet History By DepositID (Common)
  • 10. Get WinLose And Turnover (Common)
  • 11. Get Winlose By Date
  • 12. Game List (Common)
  • 13. Start Games (Common)
  • 14. Game Detail (Common)
  • 15. Start Lotto (Common)
  • 16. Get WinLose Multi DepositID (Common)
  • 17. Report Winlose Account
  • 18. Get Provider Prefix List (Common)
  • 19. Get Game List By Provider (Common)
  • 20. Get Normal Baccarat Turnover (Common)
  • 21. Get Deposit And Withdraw Transaction (Common)
  • 22. Get Deposit And Withdraw Transaction By User (Common)
  • 23. Get Credit Agent (Common)
  • 24. Get Recently Games (Common)
  • 25. Favourite Games
  • 26. Dashbaord
  • 27. Get Url Start Tournament (Common)
  • Detail Types
  • Rate Limit
  • Error Code
  • English
  • ภาษาไทย
  • 简体中文
  • Overview
  • 1. Create User (Common)
  • 2. Change Password (Common)
  • 3. Change Status (Common)
  • 4. Redirect Login (Common)
  • 5. Get Profile And Credit (Common)
  • 6. Normal Deposit And Withdraw
  • 7. Deposit And Withdraw Pending Transaction
  • 8. Get WinLose By DepositID (Common)
  • 9. Get Bet History By DepositID (Common)
  • 10. Get WinLose And Turnover (Common)
  • 11. Get Winlose By Date
  • 12. Game List (Common)
  • 13. Start Games (Common)
  • 14. Game Detail (Common)
  • 15. Start Lotto (Common)
  • 16. Get WinLose Multi DepositID (Common)
  • 17. Report Winlose Account
  • 18. Get Provider Prefix List (Common)
  • 19. Get Game List By Provider (Common)
  • 20. Get Normal Baccarat Turnover (Common)
  • 21. Get Deposit And Withdraw Transaction (Common)
  • 22. Get Deposit And Withdraw Transaction By User (Common)
  • 23. Get Credit Agent (Common)
  • 24. Get Recently Games (Common)
  • 25. Favourite Games
  • 26. Dashbaord
  • 27. Get Url Start Tournament (Common)

12. Game List (Common)

Use for Merchant get game list

Method : [Post]
Path : {{domain}}/ext/gameList/{{prefix}}/{{agentUsername}}
Content-Type : application/json

Request Body

{
    "agentUsername": "{{agentUsername}}",
    "key": "{{key}}",
    "tab": "Casino",
    "web": "{{whiteLabel}}"   
}
KeyTypeExample ValueDescription
agentUsernameStringtestagเอเย่นต์ที่ใช้งาน
keyStringtnyENKDWvOkBXpvm6UZVaคีย์ของเอเย่นต์
tabStringCasinoประเภทที่ต้องการ [Slot, Casino, Keno, Fish, Card, Trade, Poker, Esport, Cock,Sbo,Saba, Dbs, Fbs, Plb, Umb, Vsb, Afb, Lali]
webStringsportbook101เว็บที่ใช้งาน

Response

{
        "code": 0,
        "data": [
            {
                "gameType": [
                    "BACCARAT"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat 4Point",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "615e1725db08beadd31d400e",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/PTG/B/PTG_Lobby_1621083063.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PTG/S/PTG_Baccarat%204Point_1635840497.jpg",
                            "vertical": "https://ambimgcdn.co/img/sportsbook/game/PTG/L/PTG_Baccarat%204Point_1635840490.jpg"
                        },
                        "provider": "PTG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "617c433716e9a67a1a615f98",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/PTG/B/PTG_Lobby_1621083063.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PTG/S/PTG_Baccarat_1635840515.jpg",
                            "vertical": "https://ambimgcdn.co/img/sportsbook/game/PTG/L/PTG_Baccarat_1635840508.jpg"
                        },
                        "provider": "PTG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Super6",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "617c434316e9a67a1a615f9a",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/PTG/B/PTG_Lobby_1621083063.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PTG/S/PTG_Super6_1635840586.jpg",
                            "vertical": "https://ambimgcdn.co/img/sportsbook/game/PTG/L/PTG_Super6_1635840580.jpg"
                        },
                        "provider": "PTG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "CowCow",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "617c433f16e9a67a1a615f99",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/PTG/B/PTG_Lobby_1621083063.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PTG/S/PTG_CowCow_1635840562.jpg",
                            "vertical": "https://ambimgcdn.co/img/sportsbook/game/PTG/L/PTG_CowCow_1635840555.jpg"
                        },
                        "provider": "PTG",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/PTG/PTG_1622784095.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/PTG/PTG_1638519710.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/PTG/PTG_1622784095.png",
                "provider": "PTG",
                "providerName": "Pretty Gaming"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "605094d68343cec22de940e7",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/AB/B/AB_Baccarat_1620916669.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Allbet/Allbet - Baccarat.png",
                            "vertical": ""
                        },
                        "provider": "AB",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "DragonTiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "605094d68343cec22de940e9",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Allbet/Allbet - Dragon Tiger.png",
                            "vertical": ""
                        },
                        "provider": "AB",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Sicbo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "6067038f94584b14795f0fe5",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Allbet/Allbet - Sicbo.png",
                            "vertical": ""
                        },
                        "provider": "AB",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "605094d68343cec22de940eb",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Allbet/Allbet - Roulette.png",
                            "vertical": ""
                        },
                        "provider": "AB",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook%2Fprovider%2FAB/AB_1623326580.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/AB/AB_1638519797.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook%2Fprovider%2FAB/AB_1623326580.png",
                "provider": "AB",
                "providerName": "All Bet"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "615bfe55e203298ecdb82b94",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/super_transfer/assets/sag/covers/M/cover-en.png",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SAG/S/SAG_Baccarat_1621213906.jpg",
                            "vertical": ""
                        },
                        "provider": "SAG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Dragon Tiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "615bfe55e203298ecdb82b99",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/super_transfer/assets/sag/covers/M/cover-en.png",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SAG/S/SAG_Dragon Tiger_1621213924.jpg",
                            "vertical": ""
                        },
                        "provider": "SAG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "615bfe55e203298ecdb82b93",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/super_transfer/assets/sag/covers/M/cover-en.png",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SAG/S/SAG_Roulette_1621213936.jpg",
                            "vertical": ""
                        },
                        "provider": "SAG",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/SAG/SAG_1622783981.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/SAG/SAG_1638519724.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/SAG/SAG_1622783981.png",
                "provider": "SAG",
                "providerName": "SA Gaming"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60531c6334d88c344ce9ad8e",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PMT/S/PMT_Baccarat_1624530894.jpg",
                            "vertical": ""
                        },
                        "provider": "PMT",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Dragon Tiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "607d8c642eba4b557dbcfe63",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PMT/S/PMT_Dragon%20Tiger_1624530908.jpg",
                            "vertical": ""
                        },
                        "provider": "PMT",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Mega Sic Bo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "60531c6334d88c344ce9ad90",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PMT/S/PMT_Mega%20Sic%20Bo_1624530956.jpg",
                            "vertical": ""
                        },
                        "provider": "PMT",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "60531c6334d88c344ce9ad8f",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/PMT/S/PMT_Roulette_1624531151.jpg",
                            "vertical": ""
                        },
                        "provider": "PMT",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/PMT/PMT_1622705180.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/PMT/PMT_1638519809.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/PMT/PMT_1622705180.png",
                "provider": "PMT",
                "providerName": "PragmaticPlay"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60ab500cc621086bf79d0682",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/XG/B/XG_Lobby_1621240570.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/XG/S/XG_Baccarat_1623941716.jpg",
                            "vertical": ""
                        },
                        "provider": "XG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Dragon Tiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "60ab5042c621086bf79d0693",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/XG/B/XG_Lobby_1621240570.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/XG/S/XG_Dragon%20Tiger_1623941726.jpg",
                            "vertical": ""
                        },
                        "provider": "XG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "60ab4f51c621086bf79d0678",
                        "image": {
                            "banner": "https://ambimgcdn.co/img/sportsbook/game/XG/B/XG_Lobby_1621240570.jpg",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/XG/S/XG_Roulette_1623941736.jpg",
                            "vertical": ""
                        },
                        "provider": "XG",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/XG/XG_1622705332.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/XG/XG_1638519925.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/XG/XG_1622705332.png",
                "provider": "XG",
                "providerName": "Xtreme Gaming"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "606459aeb88ee446775c7c4e",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Dream Gaming/DG - Baccarat .png",
                            "vertical": ""
                        },
                        "provider": "DGM",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "DragonTiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "606459aeb88ee446775c7c48",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Dream Gaming/DG - Dragon Tiger.png",
                            "vertical": ""
                        },
                        "provider": "DGM",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Sicbo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "606459aeb88ee446775c7c46",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Dream Gaming/DG - Sicbo.png",
                            "vertical": ""
                        },
                        "provider": "DGM",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "606459aeb88ee446775c7c47",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Dream Gaming/DG - Roulette.png",
                            "vertical": ""
                        },
                        "provider": "DGM",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/DGM/DGM_1622783837.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/DGM/DGM_1638519774.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/DGM/DGM_1622783837.png",
                "provider": "DGM",
                "providerName": "Dream Gaming"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Bacarrat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60cb5f8ab4325518597a81e1",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/EBET/S/EBET_Bacarrat_1623941331.jpg",
                            "vertical": ""
                        },
                        "provider": "EBET",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Dragon Tiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "60cb5fbbb4325518597a81e2",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/EBET/S/EBET_Dragon%20Tiger_1623941344.jpg",
                            "vertical": ""
                        },
                        "provider": "EBET",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Sicbo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "60cb6000b4325518597a81e4",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/EBET/S/EBET_Sicbo_1623941372.jpg",
                            "vertical": ""
                        },
                        "provider": "EBET",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "60cb5fe2b4325518597a81e3",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/EBET/S/EBET_Roulette_1623941361.jpg",
                            "vertical": ""
                        },
                        "provider": "EBET",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/EBET/EBET_1622705426.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/EBET/EBET_1638520028.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/EBET/EBET_1622705426.png",
                "provider": "EBET",
                "providerName": "EBET"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60a371a28e6f993e4835ca87",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Green Dragon/gd_baccarat.jpg",
                            "vertical": ""
                        },
                        "provider": "GD",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "DragonTiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "60ab6553f5e32890a2b0b7a3",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Green Dragon/gd_dragon_tiger.jpg",
                            "vertical": ""
                        },
                        "provider": "GD",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Sicbo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "60ab6553f5e32890a2b0b7a4",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Green Dragon/gd_sicbo.jpg",
                            "vertical": ""
                        },
                        "provider": "GD",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "60ab6553f5e32890a2b0b7a5",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/assets/Green Dragon/gd_roulette.jpg",
                            "vertical": ""
                        },
                        "provider": "GD",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/assets/provider/gd.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/GD/GD_1638520015.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/assets/provider/gd.png",
                "provider": "GD",
                "providerName": "Green Dragon"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DRAGON_TIGER",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "606312f44ab8d2b7d91ed7a3",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SEX/S/SEX_Baccarat_1626337589.jpg",
                            "vertical": ""
                        },
                        "provider": "SEX",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "DragonTiger",
                        "gameType": [
                            "DRAGON_TIGER"
                        ],
                        "id": "606312f44ab8d2b7d91ed7a2",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SEX/S/SEX_DragonTiger_1626337625.jpg",
                            "vertical": ""
                        },
                        "provider": "SEX",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "SicBo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "606312f44ab8d2b7d91ed7a1",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SEX/S/SEX_SicBo_1626337719.jpg",
                            "vertical": ""
                        },
                        "provider": "SEX",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "606312f44ab8d2b7d91ed7a0",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/SEX/S/SEX_Roulette_1626337668.jpg",
                            "vertical": ""
                        },
                        "provider": "SEX",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/SEX/SEX_1622783222.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/SEX/SEX_1638519768.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/SEX/SEX_1622783222.png",
                "provider": "SEX",
                "providerName": "AE Sexy"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "DICEDUEL",
                    "LUCKY",
                    "POKER"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60c08ce8e1df5259411a6096",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/BETG/S/BETG_Baccarat_1623941789.jpg",
                            "vertical": ""
                        },
                        "provider": "BETG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "6+ Poker",
                        "gameType": [
                            "POKER"
                        ],
                        "id": "60c08ce8e1df5259411a609c",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/BETG/S/BETG_6+%20Poker_1624530722.jpg",
                            "vertical": ""
                        },
                        "provider": "BETG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Dice Duel",
                        "gameType": [
                            "DICEDUEL"
                        ],
                        "id": "60c08ce8e1df5259411a609a",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/BETG/S/BETG_Dice%20Duel_1624949000.jpg",
                            "vertical": ""
                        },
                        "provider": "BETG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Lucky 7",
                        "gameType": [
                            "LUCKY"
                        ],
                        "id": "60c08ce8e1df5259411a6093",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/BETG/S/BETG_Lucky%207_1624949010.jpg",
                            "vertical": ""
                        },
                        "provider": "BETG",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/BETG/BETG_1637644502.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/BETG/BETG_1638520112.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/BETG/BETG_1637644502.png",
                "provider": "BETG",
                "providerName": "BetGames"
            },
            {
                "gameType": [
                    "BACCARAT",
                    "ROULETTE",
                    "SICBO"
                ],
                "games": [
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60b894f210378a16c109488e",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_Baccarat_1623168382.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Roulette ",
                        "gameType": [
                            "ROULETTE"
                        ],
                        "id": "60b894f210378a16c10948be",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_Roulette_1623168421.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Sicbo",
                        "gameType": [
                            "SICBO"
                        ],
                        "id": "60b894f210378a16c10948c2",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_Sicbo_1623168436.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Baccarat Live",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60b9ee5e45d462918e3bdfd5",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_Baccarat Live_1623168677.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "Hollywood Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60b9ee5e45d462918e3bdff1",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_Hollywood Baccarat_1623168696.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    },
                    {
                        "gameCategory": "CASINO",
                        "gameName": "MP Baccarat",
                        "gameType": [
                            "BACCARAT"
                        ],
                        "id": "60b9ee5e45d462918e3bdffe",
                        "image": {
                            "banner": "",
                            "horizontal": "https://ambimgcdn.co/img/sportsbook/game/MG/S/MG_MP Baccarat_1623168716.jpg",
                            "vertical": ""
                        },
                        "provider": "MG",
                        "status": "ACTIVE"
                    }
                ],
                "image": {
                    "banner": "",
                    "horizontal": "",
                    "vertical": ""
                },
                "logoMobileURL": "https://ambimgcdn.co/img/sportsbook/provider/MG/MG_1623420256.png",
                "logoTransparentURL": "https://ambimgcdn.co/img/sportsbook/provider/MG/MG_1638520107.png",
                "logoURL": "https://ambimgcdn.co/img/sportsbook/provider/MG/MG_1623420256.png",
                "provider": "MG",
                "providerName": "Microgaming"
            }
        ],
        "msg": "SUCCESS"
}
KeyTypeExample ValueDescription
codeNumber0Response code of API
msgStringsuccessdescription of code
dataStringdata list casino

Error Code

Valuemsg
0Success
100001Missing 'agent Username' field.
100002Agent username is type string.
100003Missing 'key' field.
100012Key not found.
100013Agent not found.
100014Member not found.
ก่อนหน้า
11. Get Winlose By Date
ถัดไป
13. Start Games (Common)