For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetPendingSize

Get the size of the pending pool queue

This method will use 30 Compute Units.


Parameters

None.

Returns

pendingSize - long : Pool queue size

// Result
{
  "pendingSize": 0
}
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/getpendingsize \
    -X GET

Last updated

Was this helpful?