{
  "path": "/crossex/transfers/coin",
  "operation_id": "listCrossexTransferCoins",
  "auth_required": false,
  "parameters": [
    {
      "name": "coin",
      "in": "query",
      "description": "Query by specified currency name",
      "required": false,
      "example": "BTC",
      "schema": {
        "type": "string"
      }
    }
  ],
  "response_fields": {
    "200": {
      "description": "Project-Id-Version: GateApiTools 1.0.0\nReport-Msgid-Bugs-To: EMAIL@ADDRESS\nPOT-Creation-Date: 2025-11-12 18:14+0800\nPO-Revision-Date: 2019-01-02 17:30+0800\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage: en\nLanguage-Team: en <L@li.org>\nPlural-Forms: nplurals=2; plural=(n !=1)\nMIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\nGenerated-By: Babel 2.8.0\n",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].coin",
          "type": "string",
          "description": "Currency",
          "constraints": ""
        },
        {
          "path": "$[].min_trans_amount",
          "type": "number",
          "description": "Minimum transfer amount (estimated fee included)",
          "constraints": ""
        },
        {
          "path": "$[].est_fee",
          "type": "number",
          "description": "Estimated Fee",
          "constraints": ""
        },
        {
          "path": "$[].precision",
          "type": "integer",
          "description": "Precision",
          "constraints": ""
        },
        {
          "path": "$[].is_disabled",
          "type": "integer",
          "description": "If it is disabled. 0 means NOT being disabled",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
