---
title: "POST /orders/txns/submit"
method: POST
path: "/orders/txns/submit"
tags: ["Order Transactions"]
---

# POST /orders/txns/submit

`POST /orders/txns/submit`

## Request body

- SubmitRequest
  - `from` string
  - `signature` string
  - `eip712Data` RecordStringAny — Construct a type with a set of properties K of type T
  - `requestId` string
  - `mode` 'express' | 'classic'

## Response `200`

Success

- SubmitResponse
  - `traceId` string
  - `error` object
    - `message` string, required
    - `code` string, required
  - `taskId` string
  - `txHash` string
  - `status` 'prepared' | 'relay_accepted' | 'relay_pending' | 'relay_submitted' | 'created' | 'executed' | 'cancelled' | 'relay_failed' | 'relay_reverted', required
  - `requestId` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api.md) · [All operations](https://skmtc.net/gmx/apis/gmx-io-gmx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmx/gmx-io-gmx-public-api/revisions/b3be06047493/schema)
