curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getpendingsize
{
"pendingSize": 1247
}
curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getpendingsize
{
"pendingSize": 1247
}
pendingSize
— number representing the current count of pending transactions in the mempoolwallet/getpendingsize
method is used for:
Current size of the pending transaction pool
The response is of type object
.
Was this page helpful?