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 common API (OpenAPI) Algorand data API (OpenAPI) Algorand experimental API (OpenAPI) Algorand Key API (OpenAPI) Algorand lookup API (OpenAPI) Algorand Master Key API (OpenAPI) Algorand Multisig API (OpenAPI) Algorand nonparticipating API (OpenAPI) Algorand participating API (OpenAPI) Algorand private API (OpenAPI) Algorand Program API (OpenAPI) Algorand public API (OpenAPI) Algorand search API (OpenAPI) Algorand Swagger.json API (OpenAPI) Algorand Transaction API (OpenAPI) Algorand Versions API (OpenAPI) Algorand Wallet API (OpenAPI) Algorand Wallets API (OpenAPI)
Back to Algorand · All GraphQL Specs · GitHub