{
  "path": "/wallet/currency_chains",
  "operation_id": "listCurrencyChains",
  "auth_required": false,
  "parameters": [
    {
      "name": "currency",
      "in": "query",
      "required": true,
      "description": "Currency name",
      "schema": {
        "type": "string"
      },
      "example": "GT"
    }
  ],
  "response_fields": {
    "200": {
      "description": "Query successful",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].chain",
          "type": "string",
          "description": "Chain name",
          "constraints": ""
        },
        {
          "path": "$[].name_cn",
          "type": "string",
          "description": "Chain name in Chinese",
          "constraints": ""
        },
        {
          "path": "$[].name_en",
          "type": "string",
          "description": "Chain name in English",
          "constraints": ""
        },
        {
          "path": "$[].contract_address",
          "type": "string",
          "description": "Smart contract address for the currency; if no address is available, it will be an empty string",
          "constraints": ""
        },
        {
          "path": "$[].is_disabled",
          "type": "integer",
          "description": "If it is disabled. 0 means NOT being disabled",
          "constraints": "格式：\"int32\""
        },
        {
          "path": "$[].is_deposit_disabled",
          "type": "integer",
          "description": "Is deposit disabled. 0 means not disabled",
          "constraints": "格式：\"int32\""
        },
        {
          "path": "$[].is_withdraw_disabled",
          "type": "integer",
          "description": "Is withdrawal disabled. 0 means not disabled",
          "constraints": "格式：\"int32\""
        },
        {
          "path": "$[].decimal",
          "type": "string",
          "description": "Withdrawal precision",
          "constraints": ""
        },
        {
          "path": "$[].is_tag",
          "type": "integer",
          "description": "Whether to Include Tag",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
