租赁记录
接口调用
POST
https://open.tronify.io/api/tronRent/user/userAssetRecord
以下参数带*字段为必填,不带*号为选填
Headers
Name
Type
Description
api-key*
String
访问tronify.io买家管理平台获取
Request Body
Name
Type
Description
address*
String
用户地址(钱包地址)
sourceFlag*
String
渠道来源(需要双方约定一个名称来代表三方的渠道)
pledgeAddress
String
根据租赁地址查询
orderId
String
根据订单号查询
orderType*
String
0 完成; 1 进行中; 其它值:全部
type*
String
固定值:user
pageSize*
String
条数
page*
String
页码
endTime
String
根据结束时间查询 (YYYY-MM-DD HH:mm:ss)
startTime
String
根据开始时间查询 (YYYY-MM-DD HH:mm:ss)
调用示例
Postman 示例
Last updated