---
title: "Submit the supertransaction for execution"
method: POST
path: "/v1/execute"
tags: ["root"]
---

# Submit the supertransaction for execution

`POST /v1/execute`

Submit the signed supertransaction quote for the execution where multichain composable and async execution happens via MEE nodes

## Request body

- object — MEE execution request with signed quote payloads
  - `ownerAddress` string, required — Owner wallet address which will be used as a owner of orchestrator account
  - `fee` object, required — Fee details: amount, token address, and chain ID.
    - `amount` string, required — Fee amount for the quote in wei.
    - `token` string, required — EVM address of the fee token (zero address for native ETH).
    - `chainId` number, required — Chain ID where the fee token resides.
  - `quoteType` 'permit' | 'onchain' | 'simple' | 'permit-sca' | 'mm-dtk', required — Type of MEE signature: permit, onchain, simple, permit-sca, or mm-dtk.
  - `quote` Quote, required — unresolved $ref
  - `payloadToSign` unknown[], required — Array of payloads with signatures for execution.
    - unknown

## Response `200`

MEE execution response

- object — MEE execution response
  - `success` boolean, required — Indicates if the supertransaction execution was successful.
  - `supertxHash` string, nullable, required — The transaction hash of the executed supertransaction, or null if not available.
  - `error` string, nullable, required — Error message if the execution failed, or null if successful.

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.dev/biconomy/apis/supertransaction-api.md) · [All operations](https://skmtc.dev/biconomy/apis/supertransaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/biconomy/supertransaction-api/revisions/ac7ceba8e320/schema)
