Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Core API
Aptos
Arbitrum
Astar
Avalanche
Base
Binance Smart Chain
Ethereum
Fantom
Ethereum API
Lachesis API
dag_getEvent
dag_getEventPayload
dag_getHeads
ftm_currentEpoch
Gnosis
Linea
Mantle
Metis
Moonbeam
MultiversX
OKTC
Optimism
Palm
Polkadot
Polygon
Polygon zkEVM
Scroll
zkSync
Starknet
SUI
Builder API
Trace API
Debug API
Erigon API
💡
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
ftm_currentEpoch
Returns current epoch number
Parameters
None
Returns
String - epoch number (HEX-encoded)
Example
Request
curl -H "Content-Type: application/json" \
-d '{"id": 1, "jsonrpc":"2.0", "method": "ftm_currentEpoch", "params": []}' \
https://fantom-mainnet.blastapi.io/<project-id>
Result
{
"jsonrpc"
:
"2.0"
,
"id"
:
1
,
"result"
:
"0x17146"
}
Previous
dag_getHeads
Next
Gnosis
Last modified
1yr ago