Buyer asset records
Endpoint usage
POST
https://open.tronify.io/api/tronRent/user/get/fundflow
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)
types*
String
Array. Use [] to search for all types. '0': Deposit. '1': Withdrawal. '2': Energy sale.
pageSize*
String
page size
pageNum*
String
page num
code example
Postman example
Last updated