| 转账钱包 | | | | |
| 入款 | https://{{游戏商API地址}}/operator/deposit | 将余额从转入游戏钱包。 | IP 受限 | 是 |
| 提款 | https://{{游戏商API地址}}/operator/withdrawal | 将余额从游戏钱包转出。 | IP 受限 | 是 |
| 获取玩家余额 | https://{{游戏商API地址}}/operator/balance | 获取玩家当前余额。 | IP 受限 | 是 |
| 查询 | | | | |
| 查询玩家指定余额 | https://{{游戏商API地址}}/operator/playersByBalance | 查询余额大于一定数额的玩家。 | IP 受限 | 否 |
| 查询玩家最后存款投注金额 | https://{{游戏商API地址}}/operator/betAmountSinceLastDeposit | 查询玩家最后存款至当前的总投注金额。 | IP 受限 | 否 |
| 查询玩家投注总结 | https://{{游戏商API地址}}/operator/report/getSummaryBet | 查询玩家在指定时间段内的投注/收益/损失汇总。 | IP 受限 | 否 |
| 总损失报表 | https://{{游戏商API地址}}/operator/report/getTotalLoss | 查询玩家在指定时间段内的损失汇总。 | IP 受限 | 否 |
| 总投注记录 | |