erigon_getLatestLogs
Example
Request
curl --location 'https://eth-mainnet.blastapi.io/<project_id>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "erigon_getLatestLogs",
"params": [
{
"address": "0xfe6e72b223f6d6cf4edc6bff92f30e84b8258249"
},
{
"logCount": 1000
}
],
"id": 1
}'
Response:
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}