Algorand · GraphQL Specification

Algorand GraphQL Schema

This GraphQL schema provides a unified interface over the Algorand Algod and Indexer REST APIs. The Algorand blockchain exposes two core REST daemons: **Algod** for real-time node interaction (submitting transactions, querying account balances, retrieving blocks, managing smart contracts) and the **Indexer** for deep historical querying of accounts, assets, applications, transactions, and blocks from a PostgreSQL-backed store.

Documentation Endpoint View on GitHub BlockchainCryptocurrencyProof-of-StakeDeFiSmart ContractsGraphQL

Overview

Algorand GraphQL Schema is a GraphQL API specification published by Algorand on the APIs.io network.

This GraphQL schema provides a unified interface over the Algorand Algod and Indexer REST APIs. The Algorand blockchain exposes two core REST daemons: Algod for real-time node interaction (submitting transactions, querying account balances, retrieving blocks, managing smart contracts) and the Indexer for deep historical querying of accounts, assets, applications, transactions, and blocks from a PostgreSQL-backed store.

Tagged areas include Blockchain, Cryptocurrency, Proof-of-Stake, DeFi, and Smart Contracts.

Endpoint

Related API Specs

Algorand Algod REST API (OpenAPI) Algorand Indexer REST API (OpenAPI)
Back to Algorand · All GraphQL Specs · GitHub