Skip to main content

txpool_contentFrom RPC Method

Retrieves the transactions contained within the txpool, returning pending and queued transactions of a specific address, grouped by nonce.

Updated on
Jul 28, 2025

txpool_contentFrom RPC Method

Parameters

address
string
REQUIRED
The sender address to filter transactions

Returns

result
object
An object containing pending and queued transactions
pending
object
A mapping of sender addresses to objects that map nonces to transaction summaries (as strings)
queued
object
A mapping of sender addresses to objects that map nonces to transaction summaries (as strings)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free