Step 1: Get Extendable Delegates
Check all extendable delegates
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"extendOrderBook": [
{
"price": 133,
"value": 64319
},
...
], //Overview extends the resource amount at every single price
"totalDelegateAmount": 64319,
//Total current delegate of receiver address in tronsave
"totalAvailableExtendAmount": 64319,
//Total available delegate of the receiver address in tronsave
"totalEstimateTrx": 8554427,
//Estimate TRX payout if using extend_data below to create extend request
"yourBalance": 20000000,
//api key's internal balance
"isAbleToExtend": true,
//Compare balance internal and total_estimate_trx
"extendData": [
{
"delegator": "TMN2uTdy6rQYaTm4A5g732kHRf72222222",
"isExtend": true,
"extraAmount": 0,
"extendTo": 1728459019
}
]
//extend_data that is used to create Extend requests in Step 2
}Last updated