{
  "path": "/margin/uni/currency_pairs",
  "operation_id": "listUniCurrencyPairs",
  "auth_required": false,
  "parameters": [],
  "response_fields": {
    "200": {
      "description": "Query successful",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "Currency pair of the loan",
          "constraints": ""
        },
        {
          "path": "$[].currency_pair",
          "type": "string",
          "description": "Currency pair",
          "constraints": ""
        },
        {
          "path": "$[].base_min_borrow_amount",
          "type": "string",
          "description": "Minimum borrow amount of base currency",
          "constraints": ""
        },
        {
          "path": "$[].quote_min_borrow_amount",
          "type": "string",
          "description": "Minimum borrow amount of quote currency",
          "constraints": ""
        },
        {
          "path": "$[].leverage",
          "type": "string",
          "description": "Leverage multiplier",
          "constraints": ""
        },
        {
          "path": "$[].status",
          "type": "string",
          "description": "Status\n\n- enabled: Enabled\n- disabled: Disabled",
          "constraints": ""
        },
        {
          "path": "$[].delisted_time",
          "type": "number",
          "description": "Delisting Time",
          "constraints": "格式：\"int64\""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
