eth_newPendingTransactionFilter
Transactions info | Monad
eth_newPendingTransactionFilter | Monad
Monad API method that creates a filter in the node to notify when new pending transactions arrive. Use it on Monad via Chainstack.
POST
eth_newPendingTransactionFilter
Monad API method that creates a filter in the node to notify when new pending transactions arrive. Use
eth_getFilterChanges to poll for pending transaction hashes.
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— the filter ID, used to poll for pending transactions witheth_getFilterChanges.
eth_newPendingTransactionFilter code examples
Use case
A practical use case foreth_newPendingTransactionFilter is building mempool monitoring tools, MEV bots, or applications that need to track pending transactions before they are included in blocks.Last modified on May 18, 2026