GetTransactionListFromPending
Get transaction list information from pending pool.
This method will use 30
Compute Units.
Parameters
None.
Returns
txId - String Array : Pending transaction IDs in the pool
// Result
{
"txId": [
"48ce8d57e83cc6c28737b785af4d0732c70fa73c2900ed4291b376364872775a",
"3b37e600a2d90cd464c2a8ca58b1f0183b75667a0a50d8e17db440b2f614084c",
"bf40178f1d2d12a90d5caee5c71fa45f61c3c532328041c0fb44dc57b17dcd4c",
"596b39cf802a0eb7bda035e124f1936f7ae01f7c418dc1f0628f077be180382a",
"13f0f3e65f9dc1ad72117dbfd38c66c46355ca36dff85507b04216169cffc07b"
]
}
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/gettransactionlistfrompending \
-X GET
Last updated
Was this helpful?