Skip to main content

eth_newPendingTransactionFilter | Base Method

POST 

https://base.callstaticrpc.com/:apiKey

Creates a filter in the node, to notify when new pending transactions arrive. To check if the state has changed, call eth_getFilterChanges.

Request

Responses

Returns a filter id.
curl -L 'https://base.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_newPendingTransactionFilter"
}'
Request Collapse all
Base URL
https://base.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_newPendingTransactionFilter"
}
ResponseClear

Click the Send API Request button above and see the response here!