Skip to main content

klay_newPendingTransactionFilter RPC Method

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

Updated on
Aug 7, 2024

klay_newPendingTransactionFilter RPC Method

Parameters

This method does not accept any parameters

Returns

result
string
A filter id
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"klay_newPendingTransactionFilter","params":[],"id":67}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free