erigon_getBlockByTimestamp
Example
Request
curl --location 'https://eth-mainnet.blastapi.io/<project_id>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "erigon_getBlockByTimestamp",
"params": [
"6000",
false
],
"id": 3
}'
Response:
{
"jsonrpc": "2.0",
"id": 3,
"result": null
}