Skip to main content

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

Loading...

Updated on
Apr 15, 2026

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

Path Parameters

id
string
REQUIRED
Loading...
request_filter_id
string
REQUIRED
Loading...

Body Parameters

method
array
Loading...

Returns

status
integer
Loading...
Request
1
curl -X 'PUT' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/request_filters/{request_filter_id}' \
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", "eth_call"]
8
}'
9
1
curl -X 'PUT' \
2
'https://api.quicknode.com/v0/endpoints/{id}/security/request_filters/{request_filter_id}' \
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", "eth_call"]
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free