{
  "path": "/spot/open_orders",
  "operation_id": "listAllOpenOrders",
  "auth_required": true,
  "parameters": [
    {
      "name": "page",
      "in": "query",
      "description": "Page number",
      "required": false,
      "schema": {
        "type": "integer",
        "format": "int32",
        "default": 1,
        "minimum": 1
      },
      "example": 1
    },
    {
      "name": "limit",
      "in": "query",
      "description": "Maximum number of records returned in one page in each currency pair",
      "required": false,
      "schema": {
        "type": "integer",
        "default": 100,
        "minimum": 1,
        "maximum": 100
      },
      "example": 100
    },
    {
      "name": "account",
      "in": "query",
      "required": false,
      "description": "Specify query account",
      "schema": {
        "type": "string"
      },
      "example": "spot"
    }
  ],
  "response_fields": {
    "200": {
      "description": "List retrieved successfully",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].currency_pair",
          "type": "string",
          "description": "Currency pair",
          "constraints": ""
        },
        {
          "path": "$[].total",
          "type": "integer",
          "description": "Total number of open orders for this trading pair on the current page",
          "constraints": ""
        },
        {
          "path": "$[].orders",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].orders[]",
          "type": "object",
          "description": "Spot order details",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
