These endpoints allow to retrieve information about blocks, transactions, balances, logs, and more, facilitating efficient blockchain development and integration.
Returns data about an account's balance, contract code, or stored data.
eth_accounts
eth_getBalance
eth_getCode
eth_getProof
eth_getStorageAt
Retrieves detailed information from a specified block, including transactions, receipts, and block data.
eth_blockNumber
eth_getBlockByHash
eth_getBlockByHash#full
eth_getBlockByNumber
eth_getBlockByNumber#full
eth_newBlockFilter
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
Supplies details about the Celo network, its protocol version, and its configuration.
eth_chainId
eth_protocolVersion
net_listening
net_version
net_peerCount
eth_syncing
eth_hashrate
Available only on paid tier. Allows to trace transactions, inspect block execution, and replay transactions or blocks for detailed analysis
trace_filter
trace_block
trace_replayBlockTransactions
trace_replayBlockTransactions#vmTrace
debug_traceBlockByHash
debug_traceBlockByNumber
trace_transaction
debug_traceTransaction
trace_replayTransaction
trace_replayTransaction#vmTrace
trace_callMany
trace_get
trace_call
debug_traceCall
Provides logs of events emitted by smart contracts, useful for tracking token transfers and state changes.
eth_getLogs
eth_newFilter
eth_getFilterChanges
eth_uninstallFilter
eth_getFilterLogs
Facilitates sending ETH, executing smart contracts, and performing on-chain operations.
eth_call
eth_sendRawTransaction
Estimates gas fees for transactions and provides historical and current gas price data.
eth_feeHistory
eth_estimateGas
eth_gasPrice
eth_createAccessList
eth_maxPriorityFeePerGas
Retrieves information about "uncle" blocks, which are valid but not included in the blockchain.
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
Provides details on the mining state of the Celo node
Allows to subscribe to specific Celo events in real-time via WebSockets.
Retrieves data on individual transactions, such as status, receipt, and inclusion in a specific block.
eth_getTransactionByHash
eth_getTransactionCount
eth_getTransactionReceipt
eth_newPendingTransactionFilter
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
txpool_content
Returns general network configuration data for Celo nodes.