create a sell order
create a energy/bandwidth sell order
Endpoint usage
POST
https://open.tronify.io/api/tronRent/addTronSale
The fields with * are required, and the fields without * are optional
Request Body
Name
Type
Description
relateOrderId*
String
purchase order Id
saleAddress*
String
user address(wallet address for seller)
sourceFlag*
String
Source channel (Both sides need to agree on a name to represent the channel of the third parties)
buyPledgeNum*
String
amount of eneger/bandwidth
payTrxAddress*
String
trx recieving address
code example
Postman example
Last updated