# eth\_newBlockFilter

1. #### Parameters- This method does not accept any parameters

```json
curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_newBlockFilter","params":[],"id":67}'

```

2. #### Result

   result-It returns a filter id to be used when calling eth\_getFilterChanges
