v3

latestOpenAPI 3.1.02026-07-3173143.7 KB
Flash

Get order detail

Fetch a single Flash order with its execution fills.

get/orders/{orderId}

Path parameters

orderIdstring uuid required

Flash order ID.

Query parameters

funderAddressstring required

Funder wallet address that placed the order.

Response

Order detail returned successfully

Example response

{
  "order": {
    "trigger": {
      "notionalPrice": "1800",
      "crossPrice": "1800"
    },
    "brackets": [
      {
        "notionalPrice": "1800",
        "crossPrice": "1800"
      }
    ],
    "expiresAt": "2026-05-12T00:00:00Z"
  }
}