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).
- Fantom Website: https://fantom.foundationFantom RPC Gateway
*Supported Blockchains - tiers: 💎 Tier 1, ⭐ Tier 2, ✨ Tier 3
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Quick connection to Fantom
Available Fantom interfaces
Fantom - JSON-RPC
- debug_traceblockbyhash
- eth_getbalance
- eth_blocknumber
- eth_maxpriorityfeepergas
- eth_getproof
- eth_estimategas
- eth_getcode
- eth_getstorageat
- eth_sendrawtransaction
- eth_call
- debug_tracecall
- txpool_content
- debug_traceblockbynumber
- eth_gettransactioncount
- eth_getblockbyhash
- web3_clientversion
- debug_tracetransaction
- eth_gasprice
- eth_getunclecountbyblocknumber
- eth_gettransactionreceipt
- eth_gettransactionbyblockhashandindex
- debug_traceblock
- eth_getblocktransactioncountbynumber
- txpool_status
- eth_gettransactionbyhash
- debug_storagerangeat
- txpool_inspect
- eth_getunclecountbyblockhash
- eth_getlogs
- eth_chainid
- eth_getblocktransactioncountbyhash
- debug_getbadblocks
- eth_gettransactionbyblocknumberandindex
- eth_getblockbynumber
- eth_feehistory
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