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 auth API (OpenAPI) IOTA chains API (OpenAPI) IOTA Coin Query API (OpenAPI) IOTA corecontracts API (OpenAPI) IOTA Extended API (OpenAPI) IOTA Governance API (OpenAPI) IOTA Health API (OpenAPI) IOTA metrics API (OpenAPI) IOTA Move Utils API (OpenAPI) IOTA node API (OpenAPI) IOTA Read API (OpenAPI) IOTA requests API (OpenAPI) IOTA Transaction Builder API (OpenAPI) IOTA users API (OpenAPI) IOTA Write API (OpenAPI) IOTA Ws API (OpenAPI)
Back to IOTA · All GraphQL Specs · GitHub