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
}TRON API method that returns the current size of the pending transaction pool (mempool). This provides insight into network congestion and the number of unconfirmed transactions awaiting processing.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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?