Arweave · Example Payload

Submit Transaction

Example of a format=2 transaction submission storing a small text file on Arweave. The reward was obtained from GET /price/13 and the last_tx from GET /wallet/{address}/last_tx.

Decentralized StorageBlockchainPermawebWeb3Data StorageGraphQL

Submit Transaction is an example object payload from Arweave, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Submit a data storage transaction",
  "description": "Example of a format=2 transaction submission storing a small text file on Arweave. The reward was obtained from GET /price/13 and the last_tx from GET /wallet/{address}/last_tx.",
  "request": {
    "method": "POST",
    "url": "https://arweave.net/tx",
    "headers": {
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "format": 2,
      "id": "BNttzDav3jHVnNiV7noWn2KgamiO1m_yI4vI1JcmHco",
      "last_tx": "jUcuEDZQy3LrMd1b-M0R-GHmC1w4j5tGukPdBfDTRwE",
      "owner": "rRQJLaVaxdvxqPkxT9JuSElkPRkFNNJnU7EIAFQNexample",
      "tags": [
        {
          "name": "Q29udGVudC1UeXBl",
          "value": "dGV4dC9wbGFpbg"
        },
        {
          "name": "QXBwLU5hbWU",
          "value": "TXlBcHA"
        }
      ],
      "target": "",
      "quantity": "0",
      "data_root": "",
      "data_size": "13",
      "data": "SGVsbG8sIEFyd2VhdmUh",
      "reward": "321004937",
      "signature": "NBcuDJKkj-fKPL7example"
    }
  },
  "response": {
    "status": 200,
    "body": "OK"
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/submit-transaction"
All examples
curl "https://apis.io/api/v1/examples?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.