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.
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.