query sell order records by user address
Endpoint usage
POST
https://open.tronify.io/api/tronRent/myfreeze
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
0: Query completed sell orders. 1: Query sell orders with the status of wait_deposit_send, wait_receive_send, error_hacker, error, wait_receive_confirm, wait_receive_confirm_error, and wait_unfreeze. Other values: Query all staking orders.
fromAddress*
String
user address (wallet address)
code example
Postman example
Last updated