【API 公告】关于REST API新增提币额度查询接口的公告
尊敬的用户:
自本通知生效之日起,火币Global将新增REST节点 “GET /v2/account/withdraw/quota” 用于提币额度(私有数据)的查询。
生效日期:2019年9月26日(GMT+8)
具体变更细节及参数要求,请参考
火币全球站
2019年9月20日
以下为变更细节:
REST API – 新增提币额度查询节点
GET /v2/account/withdraw/quota (私有数据)API key 权限:读取
Request parameter(s):
Parameter 参数 | Required 必需 | Data Type 数据类型 | Description 描述 | Value Range 取值范围 | Default Value 缺省值 |
currency | false | string | Currency币种 |
Response:
Parameter 参数 | Required 必需 | Data Type 数据类型 | Description 描述 | Value Range 取值范围 |
code | true | int | Status code状态码 | |
message | false | string | Error message (if any)错误描述(如有) | |
data | true | object | List in ascending order of “currency”按 ”currency” 正序排列 | |
{ currency | true | string | Currency币种 | |
chains | true | object | List in ascending order of “chain”按 “chain” 正序排列 | |
{ chain | true | string | Chain name链名称 | |
maxWithdrawAmt | true | string | Maximum withdraw amount in each request单次最大提币金额 | |
withdrawQuotaPerDay | true | string | Maximum withdraw amount in a day当日提币额度 | |
remainWithdrawQuotaPerDay | true | string | Remaining withdraw quota in the day当日提币剩余额度 | |
withdrawQuotaPerYear | true | string | Maximum withdraw amount in a year当年提币额度 | |
remainWithdrawQuotaPerYear | true | string | Remaining withdraw quota in the year当年提币剩余额度 | |
withdrawQuotaTotal | true | string | Maximum withdraw amount in total总提币额度 | |
remainWithdrawQuotaTotal }} | true | string | Remaining withdraw quota in total总提币剩余额度 |
微信扫描关注公众号,及时掌握新动向