跳到主要内容

国家列表(USER_DATA)

接口描述

查询旅行规则问卷使用的活跃国家列表。目前仅支持澳大利亚站。

HTTP请求

GET /sapi/v1/localentity/country/list

请求权重(IP)

1

请求参数

名称类型是否必需描述
timestampLONGYES

响应示例

{
"countries": [
{
"countryCode": "au",
"countryName": "Australia",
"blockType": "supported",
"depositAllowed": true,
"withdrawalAllowed": true,
"hasRegionRestrictions": false
}
],
"lastUpdated": 1716300000000
}

响应字段

名称类型描述
countriesARRAY活跃国家列表
countries[].countryCodeSTRINGISO 2位国家代码,小写
countries[].countryNameSTRING国家显示名称
countries[].blockTypeSTRINGsupportedlimitedblocked
countries[].depositAllowedBOOLEAN该国家是否允许充值
countries[].withdrawalAllowedBOOLEAN该国家是否允许提现
countries[].hasRegionRestrictionsBOOLEAN该国家是否存在地区级别的限制
lastUpdatedLONG数据最后更新时间戳(毫秒级 epoch);为空时返回 0