{
  "path": "/crossex/rule/symbols",
  "operation_id": "listCrossexRuleSymbols",
  "auth_required": false,
  "parameters": [
    {
      "name": "symbols",
      "in": "query",
      "description": "List of trading pairs, comma-separated.\nExample:\nBINANCE_FUTURE_ADA_USDT,OKX_FUTURE_ADA_USDT",
      "required": false,
      "schema": {
        "type": "string"
      }
    }
  ],
  "response_fields": {
    "200": {
      "description": "Project-Id-Version: GateApiTools 1.0.0\nReport-Msgid-Bugs-To: EMAIL@ADDRESS\nPOT-Creation-Date: 2025-11-12 18:14+0800\nPO-Revision-Date: 2019-01-02 17:30+0800\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage: en\nLanguage-Team: en <L@li.org>\nPlural-Forms: nplurals=2; plural=(n !=1)\nMIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\nGenerated-By: Babel 2.8.0\n",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].symbol",
          "type": "string",
          "description": "Unique trading pair identifier in the form ExchangeType_BusinessType_Base_Counter.",
          "constraints": ""
        },
        {
          "path": "$[].exchange_type",
          "type": "string",
          "description": "Venue bucket (`BINANCE` / `OKX` / `GATE` / `BYBIT` / `KRAKEN` / `HYPERLIQUID` / `DERIBIT`).",
          "constraints": ""
        },
        {
          "path": "$[].business_type",
          "type": "string",
          "description": "Business type (`SPOT` Spot / `FUTURE` Futures / `MARGIN` Margin).",
          "constraints": ""
        },
        {
          "path": "$[].state",
          "type": "string",
          "description": "Status (`live` running / `suspend` paused).",
          "constraints": ""
        },
        {
          "path": "$[].min_size",
          "type": "string",
          "description": "Minimum order quantity",
          "constraints": ""
        },
        {
          "path": "$[].min_notional",
          "type": "string",
          "description": "Minimum Order Value",
          "constraints": ""
        },
        {
          "path": "$[].lot_size",
          "type": "string",
          "description": "Quantity Step",
          "constraints": ""
        },
        {
          "path": "$[].tick_size",
          "type": "string",
          "description": "Price Step",
          "constraints": ""
        },
        {
          "path": "$[].max_num_orders",
          "type": "string",
          "description": "maximumopen orderamount",
          "constraints": ""
        },
        {
          "path": "$[].max_market_size",
          "type": "string",
          "description": "Maximum Market Order Quantity",
          "constraints": ""
        },
        {
          "path": "$[].max_limit_size",
          "type": "string",
          "description": "Maximum order quantity for limit orders.",
          "constraints": ""
        },
        {
          "path": "$[].contract_size",
          "type": "string",
          "description": "Contract multiplier (deprecated; quantity is used uniformly)",
          "constraints": ""
        },
        {
          "path": "$[].liquidation_fee",
          "type": "string",
          "description": "Liquidation Fee Rate",
          "constraints": ""
        },
        {
          "path": "$[].delist_time",
          "type": "string",
          "description": "Millisecond timestamp; `0` means not delisted.",
          "constraints": ""
        },
        {
          "path": "$[].support_rpi",
          "type": "string",
          "description": "Whether RPI order placement is supported (true if supported; false otherwise)",
          "constraints": ""
        },
        {
          "path": "$[].support_cross",
          "type": "string",
          "description": "Whether cross-margin order placement is supported (true if supported; false otherwise)",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
