Skip to main content

txpool_contentFrom RPC Method

Loading...

Updated on
Mar 27, 2026

txpool_contentFrom RPC Method

Parameters

address
string
REQUIRED
Loading...

Returns

object
object
Loading...
pending
object
Loading...
queued
object
Loading...
Request
1
curl -X POST "https://docs-demo.morph-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "txpool_contentFrom",
6
"params": [
7
"0x0000000000000000000000000000000000000000"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.morph-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "txpool_contentFrom",
6
"params": [
7
"0x0000000000000000000000000000000000000000"
8
],
9
"id": 1
10
}'
Response
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"error": {
5
"code": -32602,
6
"message": "invalid argument 0: json: cannot unmarshal hex string without 0x prefix into Go value of type common.Address"
7
}
8
}
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"error": {
5
"code": -32602,
6
"message": "invalid argument 0: json: cannot unmarshal hex string without 0x prefix into Go value of type common.Address"
7
}
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free