Arweave website screenshot

Arweave

Arweave is a permanent decentralized data storage network that enables developers to store data forever with a single upfront payment. It provides REST and GraphQL APIs for uploading data, querying blocks and transactions by tags and metadata, retrieving wallet balances, and accessing the permaweb data ecosystem. The network uses the AR token for storage fees and supports bundled uploads via the Turbo service with fiat and multi-chain crypto payment options.

Arweave publishes 5 APIs on the APIs.io network, including Blocks API, Chunks API, Network API, and 2 more. Tagged areas include Decentralized Storage, Blockchain, Permaweb, Web3, and Data Storage.

The Arweave catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Arweave’s developer surface includes documentation, getting-started guide, engineering blog, and 16 more developer resources.

58.0/100 strong ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFree
7 APIs
Decentralized StorageBlockchainPermawebWeb3Data StorageGraphQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 58.0/100 · strong
Contract Quality 18.2 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 6.8 / 13
Governance 8.3 / 12
Discoverability 7.4 / 10
Agent readiness — 26/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/arweave: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Arweave GraphQL API

GraphQL API for querying Arweave transaction and block metadata by tags, owner addresses, recipients, block height ranges, and transaction IDs. Supports cursor-based pagination ...

Arweave Turbo Upload API

Managed bundling upload service (ar.io Turbo) that implements ANS-104 bundling for high-throughput data uploads to Arweave. Handles millions of uploads daily with automatic retr...

Arweave Blocks API

Endpoints for retrieving block data

Arweave Chunks API

Endpoints for uploading and downloading data chunks

Arweave Network API

Endpoints for querying network state and peer information

Arweave Transactions API

Endpoints for submitting and retrieving transactions

Arweave Wallets API

Endpoints for querying wallet balances and transaction history

Scroll for all 7

Postman Collections 5

Ready-to-run Postman collections for exercising this provider's APIs.

GraphQL 1

GraphQL schemas published by this provider.

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 own...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Finops

FINOPS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Arweave Context

6 classes · 34 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Arweave API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

Arweave Data Chunk

5 properties

JSON SCHEMA

Arweave Network Info

9 properties

JSON SCHEMA

Arweave Transaction

12 properties

JSON SCHEMA

Examples 4

Example request and response payloads for these APIs.

Get Network Info

4 fields

EXAMPLE

Get Transaction Price

5 fields

EXAMPLE

Get Wallet Balance

5 fields

EXAMPLE

Submit Transaction

4 fields

EXAMPLE

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Arweave Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 3

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: Arweave
description: Arweave is a permanent decentralized data storage network that enables developers to store data forever with
  a single upfront payment. It provides REST and GraphQL APIs for uploading data, querying blocks and transactions by tags
  and metadata, retrieving wallet balances, and accessing the permaweb data ecosystem. The network uses the AR token for storage
  fees and supports bundled uploads via the Turbo service with fiat and multi-chain crypto payment options.
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/arweave.png
tags:
- Decentralized Storage
- Blockchain
- Permaweb
- Web3
- Data Storage
- GraphQL
url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/apis.yml
specificationVersion: '0.19'
modified: '2026-06-13'
apis:
- name: Arweave GraphQL API
  description: GraphQL API for querying Arweave transaction and block metadata by tags, owner addresses, recipients, block
    height ranges, and transaction IDs. Supports cursor-based pagination and sorting. Primary endpoints are hosted at arweave.net/graphql
    and high-performance alternatives at arweave-search.goldsky.com/graphql. Use GraphQL to find transaction IDs, then use
    the REST API to fetch the actual data.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://gql-guide.vercel.app/
  baseURL: https://arweave.net/graphql
  tags:
  - GraphQL
  - Transactions
  - Blocks
  - Tags
  - Search
  properties:
  - type: Documentation
    url: https://gql-guide.vercel.app/
  - type: GraphQL
    url: https://arweave.net/graphql
  - url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/graphql/arweave-schema.graphql
    type: GraphQLSchema
  - url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/graphql/arweave-graphql.md
    type: GraphQLDocumentation
- name: Arweave Turbo Upload API
  description: Managed bundling upload service (ar.io Turbo) that implements ANS-104 bundling for high-throughput data uploads
    to Arweave. Handles millions of uploads daily with automatic retry, sub-100 KiB free tier, and payment via credit card,
    AR, ETH, SOL, MATIC, USDC, and KYVE. Uploads are priced per byte with dynamic rates tracking the AR token and Arweave
    network storage cost.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.ar.io/build/upload/bundling-services
  baseURL: https://turbo.ardrive.io
  tags:
  - Upload
  - Bundling
  - ANS-104
  - Storage
  properties:
  - type: Documentation
    url: https://docs.ar.io/build/upload/bundling-services
  - type: PricingPage
    url: https://docs.ar.io/build/upload/turbo-credits
- aid: arweave:arweave-blocks-api
  name: Arweave Blocks API
  description: Endpoints for retrieving block data
  humanURL: https://docs.arweave.org/developers/arweave-node-server/http-api
  baseURL: https://arweave.net
  tags:
  - Blocks
  properties:
  - type: OpenAPI
    url: openapi/arweave-blocks-api-openapi.yml
  - type: Documentation
    url: https://docs.arweave.org/developers/arweave-node-server/http-api
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/transaction.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-network-info.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/submit-transaction.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-wallet-balance.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-transaction-price.json
- aid: arweave:arweave-chunks-api
  name: Arweave Chunks API
  description: Endpoints for uploading and downloading data chunks
  humanURL: https://docs.arweave.org/developers/arweave-node-server/http-api
  baseURL: https://arweave.net
  tags:
  - Chunks
  properties:
  - type: OpenAPI
    url: openapi/arweave-chunks-api-openapi.yml
  - type: Documentation
    url: https://docs.arweave.org/developers/arweave-node-server/http-api
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/transaction.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-network-info.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/submit-transaction.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-wallet-balance.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-transaction-price.json
- aid: arweave:arweave-network-api
  name: Arweave Network API
  description: Endpoints for querying network state and peer information
  humanURL: https://docs.arweave.org/developers/arweave-node-server/http-api
  baseURL: https://arweave.net
  tags:
  - Network
  properties:
  - type: OpenAPI
    url: openapi/arweave-network-api-openapi.yml
  - type: Documentation
    url: https://docs.arweave.org/developers/arweave-node-server/http-api
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/transaction.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-network-info.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/submit-transaction.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-wallet-balance.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-transaction-price.json
- aid: arweave:arweave-transactions-api
  name: Arweave Transactions API
  description: Endpoints for submitting and retrieving transactions
  humanURL: https://docs.arweave.org/developers/arweave-node-server/http-api
  baseURL: https://arweave.net
  tags:
  - Transactions
  properties:
  - type: OpenAPI
    url: openapi/arweave-transactions-api-openapi.yml
  - type: Documentation
    url: https://docs.arweave.org/developers/arweave-node-server/http-api
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/transaction.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-network-info.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/submit-transaction.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-wallet-balance.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-transaction-price.json
- aid: arweave:arweave-wallets-api
  name: Arweave Wallets API
  description: Endpoints for querying wallet balances and transaction history
  humanURL: https://docs.arweave.org/developers/arweave-node-server/http-api
  baseURL: https://arweave.net
  tags:
  - Wallets
  properties:
  - type: OpenAPI
    url: openapi/arweave-wallets-api-openapi.yml
  - type: Documentation
    url: https://docs.arweave.org/developers/arweave-node-server/http-api
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/transaction.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-network-info.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/submit-transaction.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-wallet-balance.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/examples/get-transaction-price.json
common:
- type: PostmanWorkspace
  url: https://www.postman.com/kinlaneapi/arweave/overview
- type: DomainSecurity
  url: security/arweave-domain-security.yml
- type: Website
  url: https://www.arweave.org/
- type: Documentation
  url: https://docs.arweave.org/developers
- type: Cookbook
  url: https://cookbook.arweave.net/
- type: GettingStarted
  url: https://docs.ar.io/build/
- type: GitHubOrganization
  url: https://github.com/ArweaveTeam
- type: Plans
  url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/plans/plans.yml
- type: RateLimits
  url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/rate-limits/rate-limits.yml
- type: FinOps
  url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/finops/finops.yml
- type: PricingPage
  url: https://docs.ar.io/build/upload/turbo-credits
- type: StatusPage
  url: https://status.ar.io/
- type: Discord
  url: https://discord.gg/arweave
- type: Twitter
  url: https://twitter.com/ArweaveTeam
- type: TermsOfService
  url: https://www.arweave.org/legal/terms-of-use
- type: PrivacyPolicy
  url: https://www.arweave.org/legal/privacy-policy
- type: Blog
  url: https://arweave.medium.com/
- type: Vocabulary
  url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/vocabulary/arweave-vocabulary.json
- type: JSONLDContext
  url: https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-ld/arweave-context.jsonld
maintainers:
- FN: Kin Lane
  url: https://apievangelist.com
  email: kin@apievangelist.com