Skip to main content

txpool_status RPC Method

Loading...

Updated on
Apr 30, 2025

txpool_status RPC Method

Parameters

This method does not accept any parameters

Returns

object
Loading...
pending
Loading...
queued
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"txpool_status","params":[],"id":1,"jsonrpc":"2.0"}'
5
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"pending": "0x1106e",
6
"queued": "0x2a9"
7
}
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free