IOTA · GraphQL Specification

IOTA GraphQL API

The IOTA GraphQL RPC provides a flexible, typed interface for querying on-chain state on the IOTA blockchain. It serves as an alternative to the JSON-RPC 2.0 API and is served by the IOTA indexer. The schema exposes 186 types covering queries, mutations, and subscriptions for objects, transactions, checkpoints, epochs, validators, Move packages, coins, events, and governance data.

Documentation Endpoint View on GitHub BlockchainDistributed LedgerWeb3DeFiCryptocurrencyMoveTangleGraphQL

Overview

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

The IOTA GraphQL RPC provides a flexible, typed interface for querying on-chain state on the IOTA blockchain. It serves as an alternative to the JSON-RPC 2.0 API and is served by the IOTA indexer. The schema exposes 186 types covering queries, mutations, and subscriptions for objects, transactions, checkpoints, epochs, validators, Move packages, coins, events, and governance data.

The specification includes 3 reference links.

Tagged areas include Blockchain, Distributed Ledger, Web3, DeFi, and Cryptocurrency.

Endpoint

References

Related API Specs

IOTA Coin Query API (OpenAPI) IOTA Read API (OpenAPI) IOTA Extended API (OpenAPI) IOTA Governance Read API (OpenAPI) IOTA Move Utils API (OpenAPI) IOTA Transaction Builder API (OpenAPI) IOTA Write API (OpenAPI) IOTA EVM JSON-RPC API (OpenAPI)
Back to IOTA · All GraphQL Specs · GitHub