Biconomy · Schema

Biconomy MEE Quote Response

Response body for POST https://api.biconomy.io/v1/quote.

Account AbstractionBlockchainBundlerCross-ChainDeFiERC-4337ERC-7579ERC-7702EthereumGas AbstractionGaslessMEEPaymasterSmart AccountsSmart SessionsWalletsWeb3

Properties

Name Type Description
quote object The composed MEE quote.
payloadsToSign array Payloads the owner must sign before calling /v1/execute. Shape depends on the chosen mode.
instructions array Resolved instruction calls produced by composing the requested composeFlows.
View JSON Schema on GitHub

JSON Schema

biconomy-quote-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/biconomy/main/json-schema/biconomy-quote-response-schema.json",
  "title": "Biconomy MEE Quote Response",
  "description": "Response body for POST https://api.biconomy.io/v1/quote.",
  "type": "object",
  "required": ["quote", "payloadsToSign"],
  "properties": {
    "quote": {
      "type": "object",
      "description": "The composed MEE quote.",
      "properties": {
        "quoteType": { "type": "string" },
        "fee": {
          "type": "object",
          "properties": {
            "token": { "type": "string", "pattern": "^0x[a-fA-F0-9]{40}$" },
            "chainId": { "type": "integer" },
            "amount": { "type": "string" },
            "usd": { "type": "string" }
          }
        },
        "userOps": {
          "type": "array",
          "description": "Per-chain ERC-4337 userOps composing the supertransaction.",
          "items": {
            "type": "object",
            "properties": {
              "chainId": { "type": "integer" },
              "sender": { "type": "string", "pattern": "^0x[a-fA-F0-9]{40}$" },
              "nonce": { "type": "string" },
              "callGasLimit": { "type": "string" },
              "verificationGasLimit": { "type": "string" },
              "preVerificationGas": { "type": "string" },
              "maxFeePerGas": { "type": "string" },
              "maxPriorityFeePerGas": { "type": "string" }
            }
          }
        }
      }
    },
    "payloadsToSign": {
      "type": "array",
      "description": "Payloads the owner must sign before calling /v1/execute. Shape depends on the chosen mode.",
      "items": {
        "type": "object",
        "properties": {
          "format": {
            "type": "string",
            "enum": ["eip712-permit", "on-chain", "simple", "message"]
          },
          "data": {}
        }
      }
    },
    "instructions": {
      "type": "array",
      "description": "Resolved instruction calls produced by composing the requested composeFlows."
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/biconomy-quote-response"
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.