en:查询全平台余额v2
Query All Platform Balance V2.0
- Request URL: /api/server/balanceAll
- Request Protocol: POST
- Request Note: Each player cannot make more than 3 requests per minute
- Request Parameters:
| Field Name | Type | Required | Description |
|---|---|---|---|
| playerId | string | Yes | Player account |
| currency | string | Yes | Currency code BRL:Brazilian Real,CNY:Chinese Yuan,HKD:Hong Kong Dollar,IDR:Indonesian Rupiah,INR:Indian Rupee,MMK:Myanmar Kyat,NGN:Nigerian Naira,PHP:Philippine Peso,THB:Thai Baht,USD:US Dollar,VND:Vietnamese Dong |
Response Example:
{
"code": 10000, // Status code
"msg": "request succeeded", // Message
"data": {
"ag": 34.21, // AG balance
"allbet": 0, // Allbet balance
"bbin": 139.25, // BBIN balance
"bg": 0, // BG balance
"cq9": 117, // CQ9 balance
"ky": 0, // KaiYuan balance
"im": 20.0000 // IM balance
}
}
en/查询全平台余额v2.txt · 最后更改: 2025/04/17 12:15 由 admin