eth_newPendingTransactionFilter | Base Method
POSThttps://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
- 200
Returns a filter id.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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"
}'
ResponseClear