---
title: Place a new order
full: true
_openapi:
  method: POST
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >-
          Creates a new order with EIP-712 signature for on-chain settlement.
          Supports limit, market, and conditional orders with various execution
          policies. GTT orders' `exp_ts` must be at most 30 days in the future.


          *Requires authentication.*
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Creates a new order with EIP-712 signature for on-chain settlement. Supports limit, market, and conditional orders with various execution policies. GTT orders' `exp_ts` must be at most 30 days in the future.

_Requires authentication._

<APIPage document={"/api.swagger.json"} operations={[{ path: "/orders", method: "post" }]} />
