Discover Sonic, an EVM-compatible blockchain combining speed, incentives, and world-class infrastructure.
Sonic is the highest-performing EVM L1, combining speed, incentives, and world-class infrastructure, powering the next generation of DeFi applications. The chain provides 10,000 TPS and sub-second finality.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Sonic • 🔗 Official Sonic Website
RPC Gateway for Sonic blockchain
Connect to Sonic and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Sonic 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 Sonic Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Sonic node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Sonic RPC Methods in Postman
Explore and test Sonic blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Sonic RPC endpoints, validate API responses, or integrate Sonic into their applications.
How to use the Sonic Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Sonic collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Sonic RPC method and see real-time responses
Available Sonic interfaces
Sonic - JSON-RPC
- debug_traceBlockByHash - Sonic
- debug_traceBlockByNumber - Sonic
- debug_traceCall - Sonic
- debug_traceTransaction - Sonic
- eth_blockNumber - Sonic
- eth_call - Sonic
- eth_chainId - Sonic
- eth_estimateGas - Sonic
- eth_feeHistory - Sonic
- eth_gasPrice - Sonic
- eth_getBalance - Sonic
- eth_getBlockByHash - Sonic
- eth_getBlockByNumber - Sonic
- eth_getBlockTransactionCountByHash - Sonic
- eth_getBlockTransactionCountByNumber - Sonic
- eth_getCode - Sonic
- eth_getLogs - Sonic
- eth_getProof - Sonic
- eth_getStorageAt - Sonic
- eth_getTransactionByBlockHashAndIndex - Sonic
- eth_getTransactionByBlockNumberAndIndex - Sonic
- eth_getTransactionByHash - Sonic
- eth_getTransactionCount - Sonic
- eth_getTransactionReceipt - Sonic
- eth_getUncleCountByBlockHash - Sonic
- eth_getUncleCountByBlockNumber - Sonic
- eth_maxPriorityFeePerGas - Sonic
- eth_sendRawTransaction - Sonic
- web3_clientVersion - Sonic
Sonic - Tatum API
- Generate Sonic wallet
- Generate Sonic account address from Extended public key
- Generate Sonic private key
- Web3 HTTP driver
- Get current block number
- Get Sonic block by hash
- Get the S balance of an Sonic account
- Get Sonic Transaction
- Get count of outgoing Sonic transactions
- Send S or fungible tokens (ERC-20) from account to account
- Invoke a method in a smart contract on Sonic
- Broadcast signed Sonic transaction