Skip to main content

txpool_contentFrom RPC Method

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

Updated on
Nov 2, 2023

txpool_contentFrom RPC Method

Parameters

address
string
REQUIRED
The sender address to filter transactions

Returns

array
A list of pending and queued transactions
pending
An array of transaction objects, with textual data
queued
An array of transaction objects, with textual data
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"txpool_contentFrom","params":["0x9431D1615FA755Faa25A74da7f34C8Bd6963bd0A"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free