POST
/
eth_getFilterChanges
curl --request POST \
  --url https://api.mainnet.abs.xyz/eth_getFilterChanges \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_getFilterChanges",
  "params": [
    "0xb415d4b0e6ca750802be8c84c99a68170deeb9ed09c4e2eb0dc5299ab715e978"
  ]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    "0x7d41f9c59bbb29e583acd91c897f6db64b0cbf7b2102b4edf9cf7c69e901b24e",
    "0x183082354c667d6261e05606e59745ef43b527545cd0cfa7a0ea1bb3e46cdb87"
  ]
}

Body

application/json

Response

200 - application/json
Returns the filter changes

The response is of type object.