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.
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
References
- Documentation https://gql-guide.vercel.app/
- GettingStarted https://docs.arweave.org/developers/arweave-node-server/http-api
- GitHubOrganization https://github.com/ArweaveTeam
- Cookbook https://cookbook.arweave.net/