关于API新增通用划转接口“POST /v1/account/transfer“(一期)的公告

尊敬的用户:

火币Global API将新增通用划转接口“POST /v1/account/transfer“,一期支持的功能如下:

母用户:
1、母用户币币账户向子用户币币账户划转;
2、子用户币币账户向母用户币币账户划转;
3、不同子用户币币账户间划转;


子用户:
1、子用户币币账户向母用户下的其他子用户币币账户划转,此权限默认关闭,需母用户授权;
2、子用户币币账户向母用户币币账户划转;

其他划转功能将逐步上线,敬请期待。

生效日期:2020年2020年5月29日(GMT+8)

具体变更细节及参数要求,请参考API文档:https://huobiapi.github.io/docs/spot/v1/cn/

火币全球站
2020年5月29日

 

通用划转接口

POST /v1/account/transfer

请求参数

参数 是否必填 数据类型 说明 取值范围
 from-user true long 转出用户uid 母用户uid,子用户uid  
 from-account-type true string 转出账户类型 spot
 from-account true long 转出账户id   
 to-user true long 转入用户uid 母用户uid,子用户uid
 to-account-type true string 转入账户类型 spot
 to-account true long 转入账户id   
 currency true string 币种,即btc, ltc, bch, eth, etc ... 取值参考GET /v1/common/currencys
 amount true string 划转金额  

响应参数

参数 是否必须 数据类型 说明 取值范围
 status true string 状态  "ok" or "error" 
 data true list     
 {transact-id true int  交易流水号  
 transact-time} true long  交易时间  

API用户需自行评估此以上接口对用户自身业务的适配,并更新相关应用。

所有变更将自本通知生效之日起更新至 HTX API Docs