{
  "path": "/earn/fixed-term/product",
  "operation_id": "listEarnFixedTermProducts",
  "auth_required": false,
  "parameters": [
    {
      "name": "asset",
      "in": "query",
      "description": "Currency",
      "required": false,
      "example": "USDT",
      "schema": {
        "type": "string"
      }
    },
    {
      "name": "type",
      "in": "query",
      "description": "Product type: 1 for regular, 2 for VIP",
      "required": false,
      "example": 1,
      "schema": {
        "type": "integer"
      }
    },
    {
      "name": "page",
      "in": "query",
      "description": "Page number",
      "required": true,
      "example": 1,
      "schema": {
        "type": "integer"
      }
    },
    {
      "name": "limit",
      "in": "query",
      "description": "Page size",
      "required": true,
      "example": 100,
      "schema": {
        "type": "integer"
      }
    }
  ],
  "response_fields": {
    "200": {
      "description": "Product list retrieved successfully",
      "fields": [
        {
          "path": "$",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.code",
          "type": "integer",
          "description": "Return code, 0 means success",
          "constraints": ""
        },
        {
          "path": "$.message",
          "type": "string",
          "description": "Response message",
          "constraints": ""
        },
        {
          "path": "$.data",
          "type": "object",
          "description": "Product list data",
          "constraints": ""
        },
        {
          "path": "$.data.list",
          "type": "array<object>",
          "description": "Product list",
          "constraints": ""
        },
        {
          "path": "$.data.list[]",
          "type": "object",
          "description": "Fixed-term earn product",
          "constraints": ""
        },
        {
          "path": "$.data.total",
          "type": "integer",
          "description": "Total Records",
          "constraints": ""
        },
        {
          "path": "$.timestamp",
          "type": "integer",
          "description": "Response timestamp (in seconds)",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
