kaia_newFilter
Creates a filter object, based on filter options, to notify when the state changes (logs).
Parameters
Name
Type
Description
Return Value
Type
Description
Example
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"kaia_newFilter","params":[{"fromBlock":"earliest","toBlock":"latest","address":"0x87ac99835e67168d4f9a40580f8f5c33550ba88b","topics":["0xd596fdad182d29130ce218f4c1590c4b5ede105bee36690727baa6592bd2bfc8"]}],"id":1}' http://kaia.blockpi.network/v1/rpc/your-api-key
// Result
{"jsonrpc":"2.0","id":1,"result":"0xd32fd16b6906e67f6e2b65dcf48fc272"}Last updated
Was this helpful?