Discover Flare blockchain, a platform for interoperability and scalable decentralized applications. Build with RPC gateway and cross-chain functionality.
The Flare RPC documentation provides developers with a comprehensive guide for programmatically interacting with the Flare blockchain. With API endpoints designed to facilitate key operations such as sending transactions, querying blockchain data, and managing smart contracts, the documentation is built to support decentralized applications that require scalability and interoperability. Flare uses the Federated Byzantine Agreement (FBA) consensus mechanism to ensure secure, efficient operations across multiple blockchain ecosystems.
- Flare Website: https://flare.networkFlare 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 Flare
Available Flare interfaces
Flare - JSON-RPC
- debug_traceblock
- eth_chainid
- eth_blocknumber
- eth_getblockbyhash
- debug_tracecall
- eth_gettransactionbyblocknumberandindex
- eth_getblocktransactioncountbynumber
- eth_gasprice
- eth_getunclecountbyblockhash
- eth_getstorageat
- eth_sendrawtransaction
- debug_storagerangeat
- eth_call
- eth_getcode
- txpool_status
- eth_getlogs
- eth_getbalance
- txpool_content
- eth_getblockbynumber
- eth_gettransactionbyhash
- txpool_inspect
- debug_traceblockbyhash
- eth_getblocktransactioncountbyhash
- eth_maxpriorityfeepergas
- eth_gettransactionreceipt
- debug_getbadblocks
- eth_estimategas
- eth_getproof
- eth_gettransactioncount
- debug_traceblockbynumber
- debug_tracetransaction
- web3_clientversion
- eth_getunclecountbyblocknumber
- eth_gettransactionbyblockhashandindex
- eth_feehistory
Flare - Tatum API
- Generate Flare wallet
- Generate Flare account address from Extended public key
- Generate Flare private key
- Web3 HTTP driver
- Get current block number
- Get Flare block by hash
- Get the FLR balance of an Flare account
- Get Flare Transaction
- Get count of outgoing Flare transactions
- Send FLR or fungible tokens (ERC-20) from account to account
- Invoke a method in a smart contract on Flare
- Broadcast signed Flare transaction