Skip to main content

GetPendingSize

GET

Get the size of the pending pool queue
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Responses
pendingSizeinteger
The size of the pending pool queue.
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "400"
}
cURL
curl -X GET 'https://tron-mainnet.nodit.io/wallet/getpendingsize' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'