gettransactionlistfrompending - Tron
gettransactionlistfrompending. Returns the list of transaction hashes currently in the node's pending transaction pool.
gettransactionlistfrompending - tron [Value: 20CU]
Returns the list of transaction hashes currently in the node's pending transaction pool.
Use cases
- Also available as GET
- Monitor mempool size and activity on a node
Constraints
- Reflects only the pending pool of the specific node queried
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request POST \
--url https://lb.drpc.live/tron/{API-KEY}/wallet/gettransactionlistfrompending \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{}'Response
200
{
"txList": [
"ddcbaf061eaa2454975ae8faefbeb0b410329ef9e5bb43b64d4065a7d66720c7"
]
}Request params
idinteger
jsonrpcstring
methodstring
This method does not accept any parameters.
visibleboolean
Set to true to format addresses in Base58; set to false for hex format. (Default: false)
Response
200
Returns the list of transaction hashes currently in the node's pending transaction pool.Response params
object
txListarray_of_strings
Hashes of transactions currently pending on this node