Skip to main content

txpool_contentFrom RPC Method

Loading...

Updated on
Mar 27, 2026

txpool_contentFrom RPC Method

Parameters

address
string
REQUIRED
Loading...

Returns

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