Skip to content

GetCashoutInfoByCustomer

mia edited this page Dec 14, 2021 · 3 revisions

此API用于获取所有可实时兑现的相关信息

Request

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

Response

{    
    "priceInfo": PriceInfo[] 
} 
Parameter Format Description
priceInfo PriceInfo array 实时兑现信息列表

PriceInfo

[
    {
        "key": string,
        "transId": long,
        "cashoutEnabled": bool,
        "minStake": int,
        "maxStake": int,
        "cashoutRate": decimal
    }
]
Parameter Format Description
key string 实时兑现信息的识别码
transId long 沙巴注单号码
cashoutEnabled bool 當前是否支持实时兑现
minStake int 最低实时兑现注額
maxStake int 最高实时兑现注額
cashoutRate decimal 实时兑现率

ErrorCode Enumeration

Error Code 显示讯息 说明描述
E001 Internal Server Error 服务器发生非预期错误

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