Arweave · GraphQL Specification

Arweave GraphQL API

The Arweave GraphQL API exposes a read-only query interface for searching and retrieving Arweave transaction and block metadata. It allows developers to find transactions by owner address, recipient, tag key/value pairs, bundle ID, block height range, and ingestion time range. Results are returned as cursor-paginated connection sets following the Relay GraphQL cursor specification. The API does not expose mutations — all data writes go through the Arweave REST (HTTP Node) API. No authentication or API key is required; the endpoint is fully public.

Documentation Endpoint View on GitHub Decentralized StorageBlockchainPermawebWeb3Data StorageGraphQLGraphQL

Overview

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

The Arweave GraphQL API exposes a read-only query interface for searching and retrieving Arweave transaction and block metadata. It allows developers to find transactions by owner address, recipient, tag key/value pairs, bundle ID, block height range, and ingestion time range. Results are returned as cursor-paginated connection sets following the Relay GraphQL cursor specification. The API does not expose mutations — all data writes go through the Arweave REST (HTTP Node) API. No authentication or API key is required; the endpoint is fully public.

The GraphQL endpoint is available at https://arweave.net/graphql. documentation is published at https://gql-guide.vercel.app/.

The specification includes 4 reference links.

Tagged areas include Decentralized Storage, Blockchain, Permaweb, Web3, and Data Storage.

Endpoint

https://arweave.net/graphql

References

Related API Specs

Arweave HTTP Node API (OpenAPI)
Back to Arweave · All GraphQL Specs · GitHub