https://trade.zb.plus/api/order
委托下单
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值order
|
accesskey
|
accesskey
|
customerOrderId
|
customerOrderId 的类型为数字或者字母 ,4-36位字符 非必填,用户需要自己保证此ID不重复,我方不会进行排重提示,如有重复,撤单和查询订单时只能撤销或者查询出最新的一条数据
|
price
|
单价
|
amount
|
交易数量
|
tradeType
|
交易类型1/0[buy/sell]
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
acctType
|
杠杆1/现货0(可选参数,默认为:0现货)
|
|
http://trade.zb.plus/api/orderMoreV2
(新)批量委托下单
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值orderMoreV2
|
accesskey
|
accesskey
|
market
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
tradeParams
|
交易参数,数组格式[[价格,数量], ...],例如[[5,1],[6,2],[7,3]],最多20个
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
acctType
|
杠杆1/现货0(可选参数,默认为:0现货)
|
|
https://trade.zb.plus/api/cancelOrder
取消委托
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值cancelOrder
|
accesskey
|
accesskey
|
id
|
委托挂单号(customerOrderId和id必须且只能选一个填写)
|
customerOrderId
|
customerOrderId 的类型为数字或者字母 ,4-36位字符 非必填,用户需要自己保证此ID不重复,我方不会进行排重提示,如有重复,撤单和查询订单时只能撤销或者查询出最新的一条数据(customerOrderId和id必须且只能选一个填写)
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getOrder
获取委托买单或卖单
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getOrder
|
accesskey
|
accesskey
|
id
|
委托挂单号(customerOrderId和id必须且只能选一个填写)
|
customerOrderId
|
customerOrderId 的类型为数字或者字母 ,4-36位字符 非必填,用户需要自己保证此ID不重复,我方不会进行排重提示,如有重复,撤单和查询订单时只能撤销或者查询出最新的一条数据(customerOrderId和id必须且只能选一个填写)
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getOrders
获取多个委托买单或卖单,每次请求返回10条记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getOrders
|
accesskey
|
accesskey
|
tradeType
|
交易类型1/0[buy/sell]
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
pageIndex
|
当前页数
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getOrdersNew
(新)获取多个委托买单或卖单,每次请求返回pageSize<100条记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getOrdersNew
|
accesskey
|
accesskey
|
tradeType
|
交易类型1/0[buy/sell]
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
pageIndex
|
当前页数
|
pageSize
|
每页数量
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getOrdersIgnoreTradeType
与getOrdersNew的区别是取消tradeType字段过滤,可同时获取买单和卖单,每次请求返回pageSize10条记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getOrdersIgnoreTradeType
|
accesskey
|
accesskey
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
pageIndex
|
当前页数
|
pageSize
|
每页数量
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getUnfinishedOrdersIgnoreTradeType
获取未成交或部份成交的买单和卖单,每次请求返回pageSize<=10条记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值order
|
accesskey
|
accesskey
|
currency
|
zb_usdt,btc_usdt,eth_usdt,xch_usdt,aave_usdt,ltc_usdt,xmr_usdt,etc_usdt,dash_usdt,comp_usdt
|
pageIndex
|
当前页数
|
pageSize
|
固定参数pageSize=10
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getAccountInfo
获取用户信息
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getAccountInfo
|
accesskey
|
accesskey
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getUserAddress
获取用户充值地址
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getUserAddress
|
accesskey
|
accesskey
|
currency
|
btc ltc eth etc bts bcc
qtum ......
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getWithdrawAddress
获取用户认证的提现地址
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getWithdrawAddress
|
accesskey
|
accesskey
|
currency
|
btc ltc eth bts bcc
qtum ......
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getPayinAddress
(新)获取多链充值地址
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getPayinAddress
|
accesskey
|
accesskey
|
currency
|
btc ltc eth bts
qtum ......
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getWithdrawRecord
获取数字资产提现记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getWithdrawRecord
|
accesskey
|
accesskey
|
currency
|
btc ltc eth etc bts bcc
qtum ......
|
pageIndex
|
当前页数
|
pageSize
|
每页数量
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/getChargeRecord
获取数字资产充值记录
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
method
|
直接赋值getChargeRecord
|
accesskey
|
accesskey
|
currency
|
btc ltc eth etc bts bcc
qtum
|
pageIndex
|
当前页数
|
pageSize
|
每页数量
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|
https://trade.zb.plus/api/withdraw
提现
示例
返回值说明
请求参数说明(签名参数按照ASCII值排序,Sign和ReqTime不用加入待签名字符串)
参数名 |
描述 |
accesskey
|
accesskey
|
amount
|
提现金额(最多小数点后8位数)
|
currency
|
btc ltc eth etc bts bcc
qtum ......
|
fees
|
提现矿工费
|
itransfer
|
是否同意bitbank系内部转账(0不同意,1同意,默认不同意)
|
method
|
直接赋值withdraw
|
receiveAddr
|
接收地址(必须是认证了的地址,bts的话,以"账户_备注"这样的格式)
|
safePwd
|
资金安全密码
|
sign
|
请求加密签名串
|
reqTime
|
当前时间毫秒数
|
|