{
  "path": "/loan/multi_collateral/currencies",
  "operation_id": "listMultiCollateralCurrencies",
  "auth_required": false,
  "parameters": [],
  "response_fields": {
    "200": {
      "description": "Query successful",
      "fields": [
        {
          "path": "$",
          "type": "object",
          "description": "Borrowing and collateral currencies supported for Multi-Collateral",
          "constraints": ""
        },
        {
          "path": "$.loan_currencies",
          "type": "array<object>",
          "description": "List of supported borrowing currencies",
          "constraints": ""
        },
        {
          "path": "$.loan_currencies[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.loan_currencies[].currency",
          "type": "string",
          "description": "Currency",
          "constraints": ""
        },
        {
          "path": "$.loan_currencies[].price",
          "type": "string",
          "description": "Latest price of the currency",
          "constraints": ""
        },
        {
          "path": "$.collateral_currencies",
          "type": "array<object>",
          "description": "List of supported collateral currencies",
          "constraints": ""
        },
        {
          "path": "$.collateral_currencies[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$.collateral_currencies[].currency",
          "type": "string",
          "description": "Currency",
          "constraints": ""
        },
        {
          "path": "$.collateral_currencies[].index_price",
          "type": "string",
          "description": "Currency Index Price",
          "constraints": ""
        },
        {
          "path": "$.collateral_currencies[].discount",
          "type": "string",
          "description": "Discount",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
