本页总览
更新日志
2026-06-01
在旅行规则问卷中新增澳大利亚本地站:
提币问卷内容 - 新增 澳大利亚 章节。
充值问卷内容 - 新增 澳大利亚 章节。
新增接口以支持问卷:
GET /sapi/v1/localentity/country/list - 查询活跃国家列表。
GET /sapi/v1/localentity/region/list - 查询指定国家下的活跃地区/城市列表。
2026-05-22
以下接口新增 accountType 参数:
POST /sapi/v1/asset/dust-convert/convert
POST /sapi/v1/asset/dust-convert/query-convertible-assets
2026-04-28
在错误代码表 中新增错误代码 -4106 TAG_NOT_SUPPORTED_FOR_NETWORK。
更新 POST /sapi/v1/capital/withdraw/apply 文档,说明不支持 memo/tag 的网络中 addressTag 的使用规则。
2026-02-27
在 GET /sapi/v1/localentity/vasp 的响应中新增了字段 identifier。
更新了旅行规则(Travel Rule)存取款问卷:
输入参数 vasp 现在应使用 GET /sapi/v1/localentity/vasp 响应中的 identifier 字段,替代之前预期的 vaspCode。
在过渡期内,存取款问卷的 vasp 字段将同时接受 vaspCode 和 identifier,该过渡期截至 2026年5月28日 。
2025-12-26
时效性通知
以下有关于REST API变更将在 2026-01-15 07:OO UTC 发生: 调用需要签名的接口时,请在计算签名之前对 payload 进行百分比编码(percent-encode)。不符合此顺序的请求将被拒绝,并返回错 误代码 -1022 签名不正确 。请检查并相应地更新您代码中的签名逻辑部分。
REST API
更新了 REST API 文档中有关于 签名请求示例 的部分。
2025-12-19
新增旅行规则 API:
PUT /sapi/v2/localentity/deposit/provide-info - V2 版本,使用 depositId 参数替代 tranId。
2025-09-18
修改菜单名称 Onboarded VASP List 到 VASP List.
2025-09-12
新增一个返回字段 travelRuleStatus 在 GET /sapi/v1/capital/deposit/hisrec. travelRuleStatus: 0: travel rule not required OR info already provided and funds ready to use, 1: travel rule required to provide deposit info.
2025-09-08
新增一个返回字段 withdrawTag 在 GET /sapi/v1/capital/config/getall接口上. 替换原有的 sameAddress 字段. 建议用户使用新的 withdrawTag 字段,暂时会保留 sameAddress 并且值与 withdrawTag 相同.
2025-08-25
添加新的充值历史记录V2 API。
更新地址验证列表 API 的描述。
更新以下页面的权重描述:
/travel-rule/withdraw-history
/travel-rule/withdraw-history-v2
/travel-rule/questionnaire-requirements
/travel-rule/onboarded-vasp-list
2025-08-05
更新 POST /sapi/v1/capital/withdraw/apply 接口关于旅行规则的脚注说明。
2025-07-11
添加附录:
添加用于旅行规则问卷要求的新 API。
GET /sapi/v1/localentity/questionnaire-requirements
2025-06-25
修改Travel Rule API文档:
修改提币问卷txnPurpose选项:
1: 在日本国内购物
2: 遗产、赠予或生活费
4: 投资
5: 支付第三方VASP的服务费用
6: 偿还贷款
7: 礼物或捐款
删除txnPurposeOthers
2025-06-12
开启法国SAPI支持,问卷中增加法国问卷内容。
修复文档中文版本的若干问题。
2025-06-10
详细解释了 withdrawOrderId 在 POST /sapi/v1/capital/withdraw/apply 和 GET /sapi/v1/capital/withdraw/history 中的使用
2025-05-12
2025-03-27
新增接口GET sapi/v1/capital/withdraw/quota,获取用户提现额度
2025-02-27
GET /sapi/v1/capital/config/getall接口增加了一个币种面值的返回,默认不返回代表为1.
2025-01-15
更新 GET /sapi/v2/localentity/withdraw/history 接口 请求权重 描述为 UID.
更新 GET /sapi/v1/capital/withdraw/apply 接口 请求权重 描述从 600 到 900.
2025-01-08
增加新接口 GET /sapi/v1/localentity/vasp 用来获取本地站支持的VASP列表.
增加新接口 GET /sapi/v2/localentity/withdraw/history 改善提币历史查询的效率.
支持问卷中合并Binance的逻辑。
2024-11-21
GET /sapi/v1/capital/config/getall接口增加了一个内部转账最小提现数的返回.
以下接口功能将于 2024-11-21 不再提供支持:
POST /sapi/v1/asset/convert-transfer BUSD的资产相互转换接口功能下线,为兼容调用,现固定返回:"{"tranId":null,"status":"F","response":"No longer supported"}"
GET /sapi/v1/capital/contract/convertible-coins BUSD资产可相互转换的稳定币查询功能下线,为兼容调用,现固定返回:"{"convertEnabled":false,"coins":[],"exchangeRates":{}}"
POST /sapi/v1/capital/contract/convertible-coins BUSD资产可相互转换稳定币编辑功能下线,为兼 容调用,后台不再有任何更改
将 GET /sapi/v1/capital/withdraw/history 接口参数 idList 最大值调整为 45
2024-11-08
更新 GET /sapi/v1/account/info:新增 "European Options account enable status" 與 "Portfolio Margin enable status"。
更新 GET /sapi/v1/account/apiRestrictions:新增 "FIX API trading permission" 與 "FIX API reading permission"。
2024-10-28
提现查询历史 API 现在支持 withdrawOrderId 作为查询参数。
提现申请 API 已更新,增加了处理网络参数为空的逻辑。
2024-10-18
2024-10-16
为Travel Rule API增加预先加载的VASP列表
2024-10-09
更新Travel Rule问卷内容:
新增印度的提现/充值问卷: 印度用户现在可以参考问卷内容使用sAPI进行提现/充值
2025-06-25
修改Travel Rule API文档:
修改提币问卷txnPurpose选项:
1: 在日本国内购物
2: 遗产、赠予或生活费
4: 投资
5: 支付第三方VASP的服务费用
6: 偿还贷款
7: 礼物或捐款
删除txnPurposeOthers
2024-08-14
修改Travel Rule API文档:
新西兰问卷内容: isAddressOwner 的枚举值应为 1:是, 2:不是
增加出金/入金API文档对于URL参数的补充描述
2024-07-09
更新Travel Rule问卷内容:
新增巴林的提现/充值问卷: 巴林用户现在可以参考问卷内容使用sAPI进行提现/充值
更新日本充值问卷: 新增必填项目声明,并修改了一些文本错误
2024-06-21
新增本地站用充值/提币接口以满足旅行规则的合规需求:
POST /sapi/v1/localentity/withdraw/apply
GET /sapi/v1/localentity/withdraw/history
PUT /sapi/v1/localentity/deposit/provide-info
GET /sapi/v1/localentity/deposit/history
2024-06-04
钱包接口调整:对于内部转账,TXID前缀已于2024年5月28日被替换为“Off-chain transfer”。"Internal transfer"标记不再出现在TXID字段中,包括历史交易,以下接口受到影响:
GET /sapi/v1/capital/deposit/hisrec
GET /sapi/v1/capital/withdraw/history
GET /sapi/v1/capital/deposit/subHisrec
2024-05-22
更新子账户接口:
GET /sapi/v1/sub-account/transfer/subUserHistory: 更新返回字段fromAccountType和 toAccountType. 合约钱包划转时返回USDT_FUTURE/COIN_FUTURE以区分钱包
新增钱包接口:
GET /sapi/v1/account/info: 取得 “VIP 等级”, “是否开启杠杆帐户” 及 “是否开启合约帐户”
2024-04-18
新增钱包接口:
GET /sapi/v1/capital/withdraw/address/list: 获取提现地址列表
2024-04-08