合约交易
合约手续费查询
POST
https://service.xxx.com/platformapi/chainup/open/futures/feeList
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-Type
String
application/json
Request Body
app_id*
String
商家唯一编号
sign*
String
用rsa_third_pri对query中的数据签名
data*
String
rsa_saas_pub加密query中数据
time*
String
请求时间
以下为参与rsa加密的参数:
startDate
String
YES
200001
开始日期,精确到天,时间戳精确到秒
endDate
String
YES
xxxxx@.com
结束日期,精确到天,时间戳精确到秒
page
String
NO
1
页码 默认1
pageSize
String
NO
10
每页条数,默认100
合约经纪人角色查询
POST
https://service.xxx.com/platformapi/chainup/open/futures/agentUser
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-Type
String
application/json
Request Body
app_id*
String
商家唯一编号
sign*
String
用rsa_third_pri对query中的数据签名
data*
String
rsa_saas_pub加密query中数据
time*
String
请求时间
以下为参与rsa加密的参数:
startDate
String
YES
200001
开始日期,精确到天,时间戳精确到秒
endDate
String
YES
xxxxx@.com
结束日期,精确到天,时间戳精确到秒
page
String
NO
1
页码 默认1
pageSize
String
NO
10
每页条数,默认100
Last updated