{
  "path": "/futures/{settle}/autoorder/v1/chase/detail",
  "operation_id": "getChaseOrderDetail",
  "auth_required": true,
  "parameters": [
    {
      "name": "settle",
      "in": "path",
      "description": "Perpetual futures settlement currency",
      "required": true,
      "schema": {
        "type": "string",
        "enum": [
          "btc",
          "usdt",
          "usd1"
        ]
      },
      "example": "usdt"
    },
    {
      "name": "id",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string"
      },
      "description": "Order ID, must be a non-zero positive integer"
    }
  ],
  "response_fields": {
    "200": {
      "description": "Success",
      "fields": [
        {
          "path": "$",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order",
          "type": "object",
          "description": "Chase order detail or list item",
          "constraints": ""
        },
        {
          "path": "$.order.id",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.user",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.contract",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.settle",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.amount",
          "type": "string",
          "description": "Total size in contracts; positive for buy, negative for sell",
          "constraints": ""
        },
        {
          "path": "$.order.price_limit",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.reduce_only",
          "type": "boolean",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.text",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.create_time",
          "type": "integer",
          "description": "",
          "constraints": "格式：\"int64\""
        },
        {
          "path": "$.order.finish_time",
          "type": "integer",
          "description": "",
          "constraints": "格式：\"int64\""
        },
        {
          "path": "$.order.original_status",
          "type": "integer",
          "description": "Raw status enum",
          "constraints": ""
        },
        {
          "path": "$.order.status",
          "type": "string",
          "description": "Simplified status, e.g. open / finished",
          "constraints": ""
        },
        {
          "path": "$.order.reason",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.fill_amount",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.average_fill_price",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.suborder_id",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.is_dual_mode",
          "type": "boolean",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.side_label",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.position_side_output",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.chase_price",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.interval_sec",
          "type": "integer",
          "description": "",
          "constraints": "格式：\"uint32\""
        },
        {
          "path": "$.order.updated_at",
          "type": "integer",
          "description": "",
          "constraints": "格式：\"int64\""
        },
        {
          "path": "$.order.suborder_price",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.suborder_ongoing",
          "type": "boolean",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.suborder_finish_as",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.price_type",
          "type": "integer",
          "description": "PriceType enum: 1 latest, 2 index, 3 mark",
          "constraints": ""
        },
        {
          "path": "$.order.price_gap_type",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.price_gap_value",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.status_code",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.create_time_precise",
          "type": "string",
          "description": "Creation time (seconds.microseconds)",
          "constraints": ""
        },
        {
          "path": "$.order.finish_time_precise",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.pos_margin_mode",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.position_mode",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.leverage",
          "type": "string",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.order.error_label",
          "type": "string",
          "description": "",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
