Arweave · Schema
Arweave Data Chunk
Payload schema for uploading a single data chunk via POST /chunk. Chunks are used to upload large data payloads for v2 Arweave transactions. Maximum chunk size is 256 KiB.
Decentralized StorageBlockchainPermawebWeb3Data StorageGraphQL
Properties
| Name | Type | Description |
|---|---|---|
| data_root | string | Base64URL encoded Merkle root of the full transaction data. Must match the data_root field in the submitted transaction header. |
| data_size | string | Total size of the complete transaction data payload in bytes (numeric string). |
| data_path | string | Base64URL encoded Merkle inclusion proof path for this specific chunk. Maximum size 256 KiB. |
| chunk | string | Base64URL encoded chunk data. Maximum size 256 KiB per chunk. |
| offset | string | Byte offset of this chunk relative to the start of the transaction data (numeric string). Maximum value 2^256. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/chunk.json",
"title": "Arweave Data Chunk",
"description": "Payload schema for uploading a single data chunk via POST /chunk. Chunks are used to upload large data payloads for v2 Arweave transactions. Maximum chunk size is 256 KiB.",
"type": "object",
"required": ["data_root", "data_size", "data_path", "chunk", "offset"],
"properties": {
"data_root": {
"type": "string",
"description": "Base64URL encoded Merkle root of the full transaction data. Must match the data_root field in the submitted transaction header."
},
"data_size": {
"type": "string",
"description": "Total size of the complete transaction data payload in bytes (numeric string).",
"pattern": "^[0-9]+$"
},
"data_path": {
"type": "string",
"description": "Base64URL encoded Merkle inclusion proof path for this specific chunk. Maximum size 256 KiB."
},
"chunk": {
"type": "string",
"description": "Base64URL encoded chunk data. Maximum size 256 KiB per chunk."
},
"offset": {
"type": "string",
"description": "Byte offset of this chunk relative to the start of the transaction data (numeric string). Maximum value 2^256.",
"pattern": "^[0-9]+$"
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/chunk"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.