RWA
用户登录token鉴权
POST
https://service.xxx.com/platformapi/chainup/open/rwa/token/verify
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
token
String
是
63fe725e1fac6f6b279a125b5cc0acbecccf63728c884bf4ac9432ec3f87f88a
用户登录token
用户余额查询接口
POST
https://service.xxx.com/platformapi/chainup/open/rwa/user/balance
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
uid
Integer
是
12345
saas交易所用户id
symbols
String
是
TUSDT5248,RWA5248
saas币种名称,如果传多个以英文逗号","分隔
上RWA通证代币
POST
https://service.xxx.com/platformapi/chainup/open/rwa/rwaSymbol/add
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
symbolName
String
是
RWATEST
rwa通证代币前台显示名称
contractAddress
String
是
scdaca
合约地址
contractPrecision
Integer
是
8
合约精度
tokenBase
String
是
ETH
主链币,固定值:ETH,此接口目前只能上ETH的代币
查询币种列表
POST
https://service.xxx.com/platformapi/chainup/open/rwa/symbol/list
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
type
Integer
否
3
币种类型,非必填,1 数字货币 2 法币 3 RWA通证代币 , 不传则默认查所有类型
symbol
String
否
RWA1563
币种名称,非必填,传则查指定币种
rwa下单冻结/撤单解冻
POST
https://service.xxx.com/platformapi/chainup/open/rwa/order
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
uid
Integer
是
552233
下单用户uid
side
String
是
BUY
买卖方向,固定值:BUY、SELL
type
Integer
是
0
转账类型:0 下单冻结 ; 1 撤单解冻
coinSymbol
String
是
RWA1711
币种名称
amount
Integer
是
100
金额
fee
Integer
否
5
手续费,没有可不传或者传0
orderType
Integer
是
1
订单类型:1 认购订单 2 otc市场订单
rwaOrderId
String
是
123456
rwa外部系统订单id
remark
String
否
remark
订单备注,非必填
token
String
否
sncjdankcnkda
用户登录token,除开【认购订单】&【SELL】之外,其余订单均需要校验
rwa 成交
POST
https://service.xxx.com/platformapi/chainup/open/rwa/trade
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
rwaBuyId
String
是
12345
rwa外部系统买单id
rwaSellId
String
是
54321
rwa外部系统卖单id
trendSide
String
是
BUY
主动单方向,固定值:BUY、SELL
bidUserId
Integer
是
223344
买方用户id
askUserId
Integer
是
445566
卖方用户id
buyCoin
String
是
USD1711
买单需要支付的币种
sellCoin
String
是
RWA1711
卖单需要支付的币种
buyAmount
BigDeceimal
是
100
买单需要成交的金额
sellAmount
BigDeceimal
是
500
卖单需要成交的金额
buyFeeCoin
String
是
USD1711
买单支付手续费的币种
sellFeeCoin
String
是
USD1711
卖单支付手续费的币种
buyFee
BigDeceimal
否
5
买单手续费,没有就不传或者传0
sellFee
BigDeceimal
否
10
卖单手续费,没有就不传或者传0
tradeType
Integer
是
1
成交类型:1 认购订单成交 2 otc市场订单成交
remark
String
否
remark
成交备注,非必填
feeUserId
Integer
是
12345
手续费接收uid,买卖双方交的手续费,会交到此用户的账户中
币种持仓列表
POST
https://service.xxx.com/platformapi/chainup/open/rwa/symbol/balance
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
symbol
String
是
USDT1563
币种名称
page
number
是
1
分页参数:页码,最小值 1
pageSize
number
是
20
分页参数:每页大小
用户充值地址
POST
https://service.xxx.com/platformapi/chainup/open/rwa/user/depositAddress
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
symbol
String
是
USDT1563
币种名称
uid
number
是
3728238
交易所uid
用户谷歌验证
POST
https://service.xxx.com/platformapi/chainup/open/rwa/user/googleVerify
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
googleCode
String
是
123456
谷歌验证码
uid
number
是
3728238
交易所uid
通证资产投资交易开关
POST
https://service.xxx.com/platformapi/chainup/open/rwa/symbol/investTransaction
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
symbol
String
是
RWA1711
通证资产币种名称
investOpen
number
是
1
投资开关: 0 关闭 1 开启
transactionOpen
number
是
1
交易开关: 0 关闭 1 开启
rwa otc市场订单批量成交
POST
https://service.xxx.com/platformapi/chainup/open/rwa/otc/batchTrade
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
rwa 订单查询
POST
https://service.xxx.com/platformapi/chainup/open/rwa/select/order
需要将参数表格中的数据包装成json字符串 利用rsa 进行参数加密和签名 作为body中的data和sign
Headers
Content-type
String
application/json
Request Body
app_id*
String
商家唯一app_id
time*
String
请求时间
sign*
String
签名
data*
String
加密字符串
以下为参与rsa加密的参数:
rwaOrderId
String
是
112233
rwa外部系统订单id
orderType
number
是
1
订单类型:1 认购订单 2 otc市场订单
Last updated