txpool_inspect
Returns a textual summary of all pending and queued transactions (Supported only on Geth). The API credit value for this method is 100
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"txpool_inspect","params":[],"id":1,"jsonrpc":"2.0"}'
pending-An array of transaction objects, with textual data
queued-An array of transaction objects, with textual data
Last updated
Was this helpful?