GetTransactionListFromPending
GET
Get transaction list information from pending pool
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Responses
txIdarray
List of transaction IDs in the pool.codestringrequired
Code identifying the cause of the failed request.messagestringrequired
Detailed message including the name and value of the invalid parameter.{"code": "ERROR_CODE","message": "400"}
cURL
curl -X GET 'https://tron-mainnet.nodit.io/wallet/gettransactionlistfrompending' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'