Algorand

Explore Algorand blockchain, offering fast transactions via RPC gateway. Access detailed documentation for building scalable dApps and DeFi applications.

The Algorand RPC documentation provides a comprehensive guide for developers to interact with the Algorand network programmatically. It includes APIs for interacting with the core components such as `algod`, responsible for node operations, and the `indexer`, which allows efficient blockchain data searches. Developers can use these endpoints to query blockchain data, submit transactions, and retrieve network statistics. Algorand’s architecture, known for scalability and security, enables the development of efficient decentralized applications across DeFi, payments, and enterprise use cases.

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

RPC Gateway for Algorand blockchain

Algorand RPC networks

↳ Algod REST API
https://algorand-mainnet-algod.gateway.tatum.io
↳ Indexer REST API
https://algorand-mainnet-indexer.gateway.tatum.io
↳ Algod REST API
https://algorand-testnet-algod.gateway.tatum.io
↳ Indexer REST API
https://algorand-testnet-indexer.gateway.tatum.io

Connect to Algorand and Fetch the Latest Block

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

Retrieve Algorand Node Status or Client Version via RPC

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

Test Algorand RPC Methods in Postman

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

How to use the Algorand 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 Algorand collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Algorand RPC method and see real-time responses

Available Algorand interfaces and methods

Each Algorand network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:

  • /_methods – machine-readable list of interfaces and methods
  • /llms.txt – human- and AI-readable documentation context
Algorand Mainnet

Algod REST API · REST

Base URL: https://algorand-mainnet-algod.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • GET /genesis
  • GET /health
  • GET /ready
  • GET /v2/accounts/{account-id}
  • GET /v2/accounts/{account-id}/applications/{application-id}
  • GET /v2/accounts/{account-id}/assets/{asset-id}
  • GET /v2/accounts/{account-id}/transactions/pending
  • GET /v2/applications/{application-id}
  • GET /v2/applications/{application-id}/{box-id}
  • GET /v2/applications/{application-id}/boxes
  • GET /v2/assets/{asset-id}
  • GET /v2/blocks/{round}
  • GET /v2/blocks/{round}/hash
  • GET /v2/blocks/{round}/lightheader/proof
  • GET /v2/blocks/{round}/transactions/{transaction-id}/proof
  • GET /v2/blocks/{round}/txids
  • GET /v2/deltas/{round}
  • GET /v2/ledger/supply
  • GET /v2/status
  • GET /v2/status/wait-for-block-after/{round}
  • GET /v2/transactions/params
  • GET /v2/transactions/pending
  • GET /v2/transactions/pending/{transaction-id}
  • POST /v2/transactions
  • POST /v2/transactions/async
  • POST /v2/transactions/simulate

Indexer REST API · REST

Base URL: https://algorand-mainnet-indexer.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • GET /health
  • GET /v2/accounts
  • GET /v2/accounts/{account-id}
  • GET /v2/accounts/{account-id}/apps-local-state
  • GET /v2/accounts/{account-id}/assets
  • GET /v2/accounts/{account-id}/created-applications
  • GET /v2/accounts/{account-id}/created-assets
  • GET /v2/accounts/{account-id}/transactions
  • GET /v2/applications
  • GET /v2/applications/{application-id}
  • GET /v2/applications/{application-id}/box
  • GET /v2/applications/{application-id}/boxes
  • GET /v2/applications/{application-id}/logs
  • GET /v2/assets
  • GET /v2/assets/{asset-id}
  • GET /v2/assets/{asset-id}/balances
  • GET /v2/assets/{asset-id}/transactions
  • GET /v2/block-headers
  • GET /v2/blocks/{round}
  • GET /v2/transactions
  • GET /v2/transactions/{transaction-id}
Algorand Testnet

Algod REST API · REST

Base URL: https://algorand-testnet-algod.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • GET /genesis
  • GET /health
  • GET /ready
  • GET /v2/accounts/{account-id}
  • GET /v2/accounts/{account-id}/applications/{application-id}
  • GET /v2/accounts/{account-id}/assets/{asset-id}
  • GET /v2/accounts/{account-id}/transactions/pending
  • GET /v2/applications/{application-id}
  • GET /v2/applications/{application-id}/{box-id}
  • GET /v2/applications/{application-id}/boxes
  • GET /v2/assets/{asset-id}
  • GET /v2/blocks/{round}
  • GET /v2/blocks/{round}/hash
  • GET /v2/blocks/{round}/lightheader/proof
  • GET /v2/blocks/{round}/transactions/{transaction-id}/proof
  • GET /v2/blocks/{round}/txids
  • GET /v2/deltas/{round}
  • GET /v2/ledger/supply
  • GET /v2/status
  • GET /v2/status/wait-for-block-after/{round}
  • GET /v2/transactions/params
  • GET /v2/transactions/pending
  • GET /v2/transactions/pending/{transaction-id}
  • POST /v2/transactions
  • POST /v2/transactions/async
  • POST /v2/transactions/simulate

Indexer REST API · REST

Base URL: https://algorand-testnet-indexer.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • GET /health
  • GET /v2/accounts
  • GET /v2/accounts/{account-id}
  • GET /v2/accounts/{account-id}/apps-local-state
  • GET /v2/accounts/{account-id}/assets
  • GET /v2/accounts/{account-id}/created-applications
  • GET /v2/accounts/{account-id}/created-assets
  • GET /v2/accounts/{account-id}/transactions
  • GET /v2/applications
  • GET /v2/applications/{application-id}
  • GET /v2/applications/{application-id}/box
  • GET /v2/applications/{application-id}/boxes
  • GET /v2/applications/{application-id}/logs
  • GET /v2/assets
  • GET /v2/assets/{asset-id}
  • GET /v2/assets/{asset-id}/balances
  • GET /v2/assets/{asset-id}/transactions
  • GET /v2/block-headers
  • GET /v2/blocks/{round}
  • GET /v2/transactions
  • GET /v2/transactions/{transaction-id}

Method unavailable?

If you need a method we don't support yet, please contact our support.
We'd be happy to assist.