Biconomy · JSON Structure

Biconomy Supertransaction Structure

Conceptual structure of a Biconomy MEE supertransaction. A supertransaction is a multichain composable execution plan produced from one or more composeFlow instructions, signed once by the owner, and submitted via /v1/execute.

Type: object Properties: 1
Account AbstractionBlockchainBundlerCross-ChainDeFiERC-4337ERC-7579ERC-7702EthereumGas AbstractionGaslessMEEPaymasterSmart AccountsSmart SessionsWalletsWeb3

Biconomy Supertransaction Structure is a JSON Structure definition published by Biconomy, describing 1 property. It conforms to the https://json-structure.org/v1/draft meta-schema.

Properties

supertransaction

Meta-schema: https://json-structure.org/v1/draft

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v1/draft",
  "title": "Biconomy Supertransaction Structure",
  "description": "Conceptual structure of a Biconomy MEE supertransaction. A supertransaction is a multichain composable execution plan produced from one or more composeFlow instructions, signed once by the owner, and submitted via /v1/execute.",
  "type": "object",
  "properties": {
    "supertransaction": {
      "type": "object",
      "properties": {
        "mode": { "type": "string", "enum": ["smart-account", "eoa", "eoa-7702"] },
        "owner": { "type": "string", "description": "Owner EOA address" },
        "orchestrator": { "type": "string", "description": "MEE orchestrator account address" },
        "feeToken": { "type": "string", "description": "Token paying the MEE service fee, or null when sponsored" },
        "instructions": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "kind": {
                "type": "string",
                "enum": ["intent-simple", "intent", "intent-vault", "build", "build-raw", "build-ccip"]
              },
              "chainId": { "type": "integer" },
              "calls": { "type": "array", "items": { "type": "object" } },
              "constraints": { "type": "array", "items": { "type": "object" } }
            }
          }
        },
        "userOps": {
          "type": "array",
          "description": "ERC-4337 userOps emitted per chain.",
          "items": { "type": "object" }
        },
        "signatures": {
          "type": "array",
          "description": "Owner signatures over each payloadToSign returned by /v1/quote.",
          "items": { "type": "object" }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/biconomy-supertransaction-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.