Skip to main content

eth_newPendingTransactionFilter RPC Method

Loading...

Updated on
May 28, 2026

eth_newPendingTransactionFilter RPC Method

To use the eth_newPendingTransactionFilter method on the Avalanche C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

This method does not accept any parameters

Returns

result
string
Loading...
Request
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_newPendingTransactionFilter",
7
"params": [],
8
"id": 67
9
}'
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_newPendingTransactionFilter",
7
"params": [],
8
"id": 67
9
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free