Avalanche

Discover Avalanche, a fast and scalable blockchain with RPC access. Build dApps using its customizable subnets and comprehensive documentation.

The Avalanche RPC documentation provides developers with a detailed guide to interact programmatically with the Avalanche network. This guide covers the various API endpoints for managing blockchain data, executing smart contracts, and submitting transactions across the C-Chain (EVM-compatible), X-Chain, and P-Chain. With its high throughput and customizable subnets, Avalanche offers a scalable environment for building decentralized applications. The RPC documentation includes best practices and examples to simplify integration with the Avalanche blockchain ecosystem.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Avalanche • 🔗 Official Avalanche Website

RPC Gateway for Avalanche blockchain

Avalanche RPC networks

💎

Avalanche Mainnet

↳ JSON-RPC (C-Chain)
https://avalanche-mainnet.gateway.tatum.io
↳ JSON-RPC (P-Chain)
https://avalanche-mainnet.gateway.tatum.io/ext/bc/P
↳ JSON-RPC (X-Chain)
https://avalanche-mainnet.gateway.tatum.io/ext/bc/X

Avalanche Testnet

↳ JSON-RPC (C-Chain)
https://avalanche-testnet.gateway.tatum.io
↳ JSON-RPC (P-Chain)
https://avalanche-testnet.gateway.tatum.io/ext/bc/P
↳ JSON-RPC (X-Chain)
https://avalanche-testnet.gateway.tatum.io/ext/bc/X

Connect to Avalanche and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Avalanche using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Get API key For free. No commitment.

Don't have an API key?

Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.

Retrieve Avalanche Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Avalanche node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Avalanche RPC Methods in Postman

Explore and test Avalanche blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Avalanche RPC endpoints, validate API responses, or integrate Avalanche into their applications.

How to use the Avalanche Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Avalanche collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Avalanche RPC method and see real-time responses

Available Avalanche interfaces

Avalanche - JSON-RPC

Avalanche - Tatum API