{
  "path": "/unified/currencies",
  "operation_id": "listUnifiedCurrencies",
  "auth_required": false,
  "parameters": [
    {
      "name": "currency",
      "in": "query",
      "required": false,
      "description": "Currency",
      "schema": {
        "type": "string"
      },
      "example": "BTC"
    }
  ],
  "response_fields": {
    "200": {
      "description": "List retrieved successfully",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].name",
          "type": "string",
          "description": "Currency name",
          "constraints": ""
        },
        {
          "path": "$[].prec",
          "type": "string",
          "description": "Currency precision",
          "constraints": ""
        },
        {
          "path": "$[].min_borrow_amount",
          "type": "string",
          "description": "Minimum borrowable limit, in currency units",
          "constraints": ""
        },
        {
          "path": "$[].user_max_borrow_amount",
          "type": "string",
          "description": "User's maximum borrowable limit, in USDT",
          "constraints": ""
        },
        {
          "path": "$[].total_max_borrow_amount",
          "type": "string",
          "description": "Platform's maximum borrowable limit, in USDT",
          "constraints": ""
        },
        {
          "path": "$[].loan_status",
          "type": "string",
          "description": "Lending status\n - `disable` : Lending prohibited\n - `enable` : Lending supported",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
