txpool_content
Transaction pool | Tempo
txpool_content | Tempo
Tempo API method that returns the contents of the transaction pool. This includes both pending and queued transactions. Tempo via Chainstack.
POST
txpool_content
Tempo API method that returns the contents of the transaction pool. This includes both pending and queued transactions.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
None.Response
result— object containing pending and queued transactions:pending— object mapping addresses to their pending transactions (keyed by nonce)queued— object mapping addresses to their queued transactions (keyed by nonce)
hash— transaction hashnonce— sender’s noncefrom— sender addressto— recipient addressvalue— value in weigas— gas limitgasPrice— gas priceinput— transaction data
txpool_content code examples
Last modified on May 18, 2026