Skip to main content

v0/endpoints/{id}/security/request_filters REST API Endpoint (POST)

Loading...

Updated on
Apr 15, 2026

v0/endpoints/{id}/security/request_filters REST API Endpoint (POST)

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

method
array
Loading...

Returns

data
object
Loading...
id
string
Loading...
error
string
Loading...
Request
1
curl -X 'POST' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/request_filters' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"method": ["eth_blockNumber", "eth_getBalance"]
8
}'
9
1
curl -X 'POST' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/request_filters' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"method": ["eth_blockNumber", "eth_getBalance"]
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free