Skip to content

CheckUserBalance

mia edited this page Dec 14, 2021 · 2 revisions

此API用于获取会员余额信息

Request

GET /betting/{version}/CheckUserBalance
Content-Type: application/json
X-Forwarded-For: client ip (如果通过代理使用API需要额外带入)
Authorization: Bearer {JWT token}

Response

{
    "currency": int,
    "balance": decimal,
    "outstanding": decimal
}
Parameter Format Description
currency int 币别ID,请参阅 Currency Table.
balance decimal 用户余额
outstanding decimal 用户预扣金额

Home

General Information

Setup and Authentication

API Usage

Odata Query

Exception

System

SportsBook

v1
beta

Betting _Flow

v1
beta

Cashout _Flow

v1

Statement

v1
beta

Result

v1

UserInfo

v2
v1
beta

Reference

Clone this wiki locally