create usdt energy order
create energy purchase order
Endpoint usage
Request Body
Name
Type
Description
{
"resCode": 100,
"resMsg": "Success",
"data": {
"fromAddress": "TKghVbeEzvrV8GLK3YE1gRrjVHSf8rGB6k",//User wallet address
"pledgeAddress": "TKghVbeEzvrV8GLK3YE1gRrjVHSf8rGB6k",//User receiving energy address
"pledgeDay": "0",
"pledgeHour": "0",
"pledgeMinute": "10",
"source": "tronLink",
"orderType": "ENERGY",
"orderPrice": 90,
"pledgeNum": 96400,
"pledgeTrxNum": "10.512",
"usdtModeAvailable": true,
"payCoinCode": "USDT", //Payment Currency
"payCoinAmt": "3.124527",//payment amount
"extraTrxNum": "0.8",//The amount of additional trx the user wants to receive
"pledgeBandwidthNum": "0",//The amount of bandwidth the user wants to obtain
"activeAccountFee": "0",//the fee of activation address
"purchaseTRXFee": "0.397105",//the fee of extra trx
"purchaseBandwidthFee": "0",//the fee of bandwidth
"purchaseEnergyFee": "2.727422"//the fee of energy
//...
}
}code example
Postman example

Last updated