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
Number of pending transactions in the mempool
1247
Was this page helpful?