{
  "path": "/spot/currencies",
  "operation_id": "listCurrencies",
  "auth_required": false,
  "parameters": [],
  "response_fields": {
    "200": {
      "description": "List retrieved successfully",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].currency",
          "type": "string",
          "description": "Currency symbol",
          "constraints": ""
        },
        {
          "path": "$[].name",
          "type": "string",
          "description": "Currency name",
          "constraints": ""
        },
        {
          "path": "$[].delisted",
          "type": "boolean",
          "description": "Whether currency is de-listed",
          "constraints": ""
        },
        {
          "path": "$[].withdraw_disabled",
          "type": "boolean",
          "description": "Whether currency's withdrawal is disabled (deprecated)",
          "constraints": ""
        },
        {
          "path": "$[].withdraw_delayed",
          "type": "boolean",
          "description": "Whether currency's withdrawal is delayed (deprecated)",
          "constraints": ""
        },
        {
          "path": "$[].deposit_disabled",
          "type": "boolean",
          "description": "Whether currency's deposit is disabled (deprecated)",
          "constraints": ""
        },
        {
          "path": "$[].trade_disabled",
          "type": "boolean",
          "description": "Whether currency's trading is disabled",
          "constraints": ""
        },
        {
          "path": "$[].fixed_rate",
          "type": "string",
          "description": "Fixed fee rate. Only for fixed rate currencies, not valid for normal currencies",
          "constraints": ""
        },
        {
          "path": "$[].chain",
          "type": "string",
          "description": "The main chain corresponding to the coin",
          "constraints": ""
        },
        {
          "path": "$[].chains",
          "type": "array<object>",
          "description": "All links corresponding to coins",
          "constraints": ""
        },
        {
          "path": "$[].chains[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].total_supply",
          "type": "string",
          "description": "Total supply",
          "constraints": ""
        },
        {
          "path": "$[].market_cap",
          "type": "string",
          "description": "Market cap",
          "constraints": ""
        },
        {
          "path": "$[].category",
          "type": "array<string>",
          "description": "Currency categories\n- stocks: Stocks\n- metals: Metals\n- indices: Indices\n- forex: Forex\n- commodities: Commodities",
          "constraints": ""
        },
        {
          "path": "$[].category[]",
          "type": "string",
          "description": "",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
