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

Use cases

  • Also available as GET
  • Monitor mempool size and activity on a node
Constraints

Constraints

  • Reflects only the pending pool of the specific node queried
Get started
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 '{}'
Copy
Response
200
{
  "txList": [
    "ddcbaf061eaa2454975ae8faefbeb0b410329ef9e5bb43b64d4065a7d66720c7"
  ]
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
ParametersThis method does not accept any parameters.
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