Share your GetBlock experience with other devs and get 5M RPCs

banner image
etc

Ethereum Classic

ETC

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method eth_newPendingTransactionFilter Ethereum Classic (ETC)
connect with JSON-RPC protocol

eth_newPendingTransactionFilter

info-circle-fill

Creates a filter to retrieve new pending transactions hashes. To pollfor new pending transactions, use eth_getFilterChanges.

Parameters

-

Request

curl --location --request POST 'https://etc.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_newPendingTransactionFilter",
"params": [],
"id": "getblock.io"}'

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "0x8541af777b207ffd5ca2f9577fd6af92"
}
banner icon

Start Building with GetBlock RPCs for Free