v1

latestOpenAPI 3.1.0UNLICENSED2026-07-26216788.0 KB
Orders

GetOrders

Returns the latest stored state of each order associated with address, optionally filtered to one market. Results include position-opening and reduce-only orders across active and terminal statuses. This endpoint does not return order lifecycle events or individual fills.

post/order_service.v1.OrderService/GetOrders

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol. If omitted, use 1.

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

addressstring

Wallet address used to filter orders. The server trims surrounding whitespace and matches addresses case-insensitively.

Response

Success

Example response

{
  "orders": [
    {
      "timestamp": "2023-01-15T01:30:15.01Z"
    }
  ]
}