Discover Fantom, an EVM-compatible blockchain using aBFT consensus for high-speed transactions and decentralized finance applications.
The Fantom RPC documentation provides developers with detailed instructions to interact programmatically with the Fantom blockchain. Through its API endpoints, developers can query blockchain data, submit transactions, and manage smart contracts using the Fantom network. Leveraging its asynchronous Byzantine Fault Tolerance (aBFT) consensus mechanism, Fantom delivers near-instant finality and high throughput, making it an ideal blockchain for decentralized finance (DeFi) and scalable decentralized applications (dApps).
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Fantom • 🔗 Official Fantom Website
Blockchain RPC Gateway for Fantom
Connect to Fantom and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Fantom using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Fantom Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Fantom node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Available Fantom interfaces
Fantom - JSON-RPC
- debug_storageRangeAt - Fantom
- debug_traceBlockByHash - Fantom
- debug_traceBlockByNumber - Fantom
- debug_traceCall - Fantom
- debug_traceTransaction - Fantom
- eth_blockNumber - Fantom
- eth_call - Fantom
- eth_chainId - Fantom
- eth_estimateGas - Fantom
- eth_feeHistory - Fantom
- eth_gasPrice - Fantom
- eth_getBalance - Fantom
- eth_getBlockByHash - Fantom
- eth_getBlockByNumber - Fantom
- eth_getBlockTransactionCountByHash - Fantom
- eth_getBlockTransactionCountByNumber - Fantom
- eth_getCode - Fantom
- eth_getLogs - Fantom
- eth_getProof - Fantom
- eth_getStorageAt - Fantom
- eth_getTransactionByBlockHashAndIndex - Fantom
- eth_getTransactionByBlockNumberAndIndex - Fantom
- eth_getTransactionByHash - Fantom
- eth_getTransactionCount - Fantom
- eth_getTransactionReceipt - Fantom
- eth_getUncleCountByBlockHash - Fantom
- eth_getUncleCountByBlockNumber - Fantom
- eth_maxPriorityFeePerGas - Fantom
- eth_sendRawTransaction - Fantom
- web3_clientVersion - Fantom
Fantom - Tatum API
- Generate Fantom wallet
- Generate Fantom account address from Extended public key
- Generate Fantom private key
- Web3 HTTP driver
- Get current block number
- Get Fantom block by hash
- Get the FTM balance of an Fantom account
- Get Fantom Transaction
- Get count of outgoing Fantom transactions
- Send FTM or fungible tokens (ERC-20) from account to account
- Invoke a method in a smart contract on Fantom
- Broadcast signed Fantom transaction