Contract transaction
Contract fee inquiry
POST
https://service.xxx.com/platformapi/chainup/open/futures/feeList
It is necessary to package the data in the parameter table into JSON strings and use rsa for parameter encryption and signature as data and sign in the body
Headers
Content-Type
String
application/json
Request Body
app_id*
String
Merchant unique identifier appKey
sign*
String
Signature
data*
String
time*
String
The following are the parameters involved in rsa encryption:
startDate
String
YES
200001
Start date, accurate to the day, timestamp accurate to the second
endDate
String
YES
xxxxx@.com
End date, accurate to the day, timestamp accurate to the second
page
String
NO
1
Page number, default 1
pageSize
String
NO
10
Items per page, default 100
Contract broker role inquiry
POST
https://service.xxx.com/platformapi/chainup/open/futures/agentUser
It is necessary to package the data in the parameter table into JSON strings and use rsa for parameter encryption and signature as data and sign in the body
Headers
Content-Type
String
application/json
Request Body
app_id*
String
Merchant unique identifier appKey
time*
String
data*
String
sign*
String
The following are the parameters involved in rsa encryption:
startDate
String
YES
200001
Start date, accurate to the day, timestamp accurate to the second
endDate
String
YES
xxxxx@.com
End date, accurate to the day, timestamp accurate to the second
page
String
NO
1
Page number, default 1
pageSize
String
NO
10
Items per page, default 100
Last updated