post https://{network}.g.alchemy.com/v2/
Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call.
Response
Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call.
xxxxxxxxxx
14curl --request POST \
--url https://opt-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0x1"
],
"method": "eth_getFilterLogs"
}
'
Try It!
to start a request and see the response here! Or choose an example: