Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Trace API
Debug API
Erigon API
erigon_getHeaderByNumber
erigon_getHeaderByHash
erigon_getLogsByHash
erigon_forks
erigon_getBlockByTimestamp
erigon_blockNumber
erigon_getLatestLogs
erigon_getBlockReceiptsByBlockHash
eth_getBlockReceipts
💡
Things you need to know
📜
Tutorials and guides
🧰
Blast SDK
🔬
Blast protocol
Running a node
🏠
Introduction: How to Run Specific Blockchain Nodes | Blast API
⛓
Supported Chains
⚙
IP Whitelist - Firewall Rules
🕦
Technical support
💬
Contact
Indexing
💾
Indexing the Klaytn Network
⚙
Indexer node set up
💻
Subgraph Development
Houston Testnet
💰
Blast delegation program
Bware Labs Snapshot Service
⛓
Supported Chains
Powered By
GitBook
Comment on page
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
}
Previous
erigon_forks
Next
erigon_blockNumber
Last modified
4mo ago