---
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' | 'relay_unknown' | 'created' | 'executed' | 'cancelled' | 'relay_failed' | 'relay_reverted', required
  - `requestId` string, required

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Relay Unavailable

## Changes

- **2026-08-25** `4455f6c22f99` — 1 warning, 2 info
  - added the new `relay_unknown` enum value to the `status` response property for the response status `200`
  - added the non-success response with the status `429`
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/gmx/apis/gmx-io-gmx-public-api/changes/orders/txns/submit/post.md)

---

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