{
  "path": "/loan/multi_collateral/current_rate",
  "operation_id": "getMultiCollateralCurrentRate",
  "auth_required": false,
  "parameters": [
    {
      "name": "currencies",
      "in": "query",
      "required": true,
      "description": "Specify currency name query array, separated by commas, maximum 100",
      "style": "form",
      "explode": false,
      "schema": {
        "type": "array",
        "maxItems": 100,
        "minItems": 1,
        "items": {
          "type": "string"
        }
      },
      "example": [
        "BTC",
        "GT"
      ]
    },
    {
      "name": "vip_level",
      "in": "query",
      "required": false,
      "description": "VIP level, defaults to 0 if not specified",
      "schema": {
        "type": "string",
        "default": "0"
      },
      "example": 0
    }
  ],
  "response_fields": {
    "200": {
      "description": "Query successful",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "Multi-collateral current interest rate",
          "constraints": ""
        },
        {
          "path": "$[].currency",
          "type": "string",
          "description": "Currency",
          "constraints": ""
        },
        {
          "path": "$[].current_rate",
          "type": "string",
          "description": "Currency current interest rate",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
