Buyer leas energy records
Endpoint usage
POST
https://open.tronify.io/api/tronRent/user/userAssetRecord
The fields with * are required, and the fields without * are optional
Headers
Name
Type
Description
api-key*
String
Access the buyer management platform of tronify.io to obtain it.
Request Body
Name
Type
Description
address*
String
User address (Wallet address)
sourceFlag*
String
Source channel (Both sides need to agree on a name to represent the channel of the third parties)
pledgeAddress
String
Search by pledgeAddress
orderId
String
Search by orderId
orderType*
String
0: Completed. 1: In progress. Other values: All
type*
String
Fixed value: user
pageSize*
String
page size
page*
String
page num
endTime
String
Search by endTime (YYYY-MM-DD HH:mm:ss)
startTime
String
Search by startTime (YYYY-MM-DD HH:mm:ss)
code example
Postman example
Last updated