Explore Cronos, an EVM-compatible blockchain for DeFi and NFTs. Benefit from low-cost transactions and cross-chain interoperability.
The Cronos RPC documentation provides developers with a comprehensive guide to interact programmatically with Cronos, an EVM-compatible blockchain. This guide details the available API endpoints for querying blockchain data, submitting transactions, and managing smart contracts. Cronos is optimized for decentralized finance (DeFi) and NFT applications, offering fast transaction speeds and low costs. With support for the Cosmos ecosystem through IBC, developers can easily integrate cross-chain functionality using the detailed RPC interface.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Cronos • 🔗 Official Cronos Website
Blockchain RPC Gateway for Cronos
Connect to Cronos and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Cronos 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 Cronos Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Cronos node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Available Cronos interfaces
Cronos - JSON-RPC
- eth_gettransactionbyhash
- eth_getblocktransactioncountbynumber
- eth_blocknumber
- eth_getblockbyhash
- eth_getblocktransactioncountbyhash
- eth_getstorageat
- txpool_status
- eth_gasprice
- eth_getcode
- debug_traceblockbynumber
- eth_estimategas
- eth_gettransactionbyblockhashandindex
- debug_tracetransaction
- web3_clientversion
- debug_traceblockbyhash
- eth_chainid
- eth_gettransactioncount
- txpool_inspect
- eth_getunclecountbyblocknumber
- eth_getblockbynumber
- txpool_content
- eth_gettransactionbyblocknumberandindex
- eth_maxpriorityfeepergas
- eth_gettransactionreceipt
- eth_getproof
- eth_getlogs
- eth_sendrawtransaction
- eth_getbalance
- eth_getunclecountbyblockhash
- eth_call
- eth_feehistory
Cronos - Tatum API
- Generate Cronos wallet
- Generate Cronos account address from Extended public key
- Generate Cronos private key
- Web3 HTTP driver
- Get current block number
- Get Cronos block by hash
- Get the CRO balance of an Cronos account
- Get Cronos Transaction
- Get count of outgoing Cronos transactions
- Send CRO or fungible tokens (ERC-20) from account to account
- Invoke a method in a smart contract on Cronos
- Broadcast signed Cronos transaction