query purchase order records by user address
Endpoint usage
POST
https://open.tronify.io/api/tronRent/mypayorder
The fields with * are required, and the fields without * are optional
Request Body
Name
Type
Description
sourceFlag*
String
Source channel (Both sides need to agree on a name to represent the channel of the third parties)
page*
Integer
page num
pageSize*
Integer
record size
orderType*
String
1:Query active buy orders with the status of wait_deposit_send and wait_sale Other values: Query all buy orders
fromAddress*
String
User address (Wallet address)
code example
Postman example
Last updated