{
  "path": "/spot/tickers",
  "operation_id": "listTickers",
  "auth_required": false,
  "parameters": [
    {
      "name": "currency_pair",
      "in": "query",
      "description": "Currency pair",
      "required": false,
      "schema": {
        "type": "string"
      },
      "example": "BTC_USDT"
    },
    {
      "name": "timezone",
      "in": "query",
      "description": "Timezone",
      "required": false,
      "schema": {
        "type": "string",
        "enum": [
          "utc0",
          "utc8",
          "all"
        ]
      },
      "example": "utc0"
    }
  ],
  "response_fields": {
    "200": {
      "description": "Query successful",
      "fields": [
        {
          "path": "$",
          "type": "array<object>",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[]",
          "type": "object",
          "description": "",
          "constraints": ""
        },
        {
          "path": "$[].currency_pair",
          "type": "string",
          "description": "Currency pair",
          "constraints": ""
        },
        {
          "path": "$[].last",
          "type": "string",
          "description": "Last trading price",
          "constraints": ""
        },
        {
          "path": "$[].lowest_ask",
          "type": "string",
          "description": "Recent lowest ask",
          "constraints": ""
        },
        {
          "path": "$[].lowest_size",
          "type": "string",
          "description": "Latest seller's lowest price quantity; not available for batch queries; available for single queries, empty if no data",
          "constraints": ""
        },
        {
          "path": "$[].highest_bid",
          "type": "string",
          "description": "Recent highest bid",
          "constraints": ""
        },
        {
          "path": "$[].highest_size",
          "type": "string",
          "description": "Latest buyer's highest price quantity; not available for batch queries; available for single queries, empty if no data",
          "constraints": ""
        },
        {
          "path": "$[].change_percentage",
          "type": "string",
          "description": "24h price change percentage (negative for decrease, e.g., -7.45)",
          "constraints": ""
        },
        {
          "path": "$[].change_utc0",
          "type": "string",
          "description": "UTC+0 timezone, 24h price change percentage, negative for decline (e.g., -7.45)",
          "constraints": ""
        },
        {
          "path": "$[].change_utc8",
          "type": "string",
          "description": "UTC+8 timezone, 24h price change percentage, negative for decline (e.g., -7.45)",
          "constraints": ""
        },
        {
          "path": "$[].base_volume",
          "type": "string",
          "description": "Base currency trading volume in the last 24h",
          "constraints": ""
        },
        {
          "path": "$[].quote_volume",
          "type": "string",
          "description": "Quote currency trading volume in the last 24h",
          "constraints": ""
        },
        {
          "path": "$[].high_24h",
          "type": "string",
          "description": "24h High",
          "constraints": ""
        },
        {
          "path": "$[].low_24h",
          "type": "string",
          "description": "24h Low",
          "constraints": ""
        },
        {
          "path": "$[].etf_net_value",
          "type": "string",
          "description": "ETF net value",
          "constraints": ""
        },
        {
          "path": "$[].etf_pre_net_value",
          "type": "string",
          "description": "ETF net value at previous rebalancing point",
          "constraints": ""
        },
        {
          "path": "$[].etf_pre_timestamp",
          "type": "integer",
          "description": "ETF previous rebalancing time",
          "constraints": "格式：\"int64\""
        },
        {
          "path": "$[].etf_leverage",
          "type": "string",
          "description": "ETF current leverage",
          "constraints": ""
        }
      ]
    }
  },
  "source_version": "v4.106.132",
  "source_url": "https://github.com/gate/gateapi-python/blob/cd2cac4d339ec0734480787d23c020f467fd7b80/openapi.yaml",
  "local_tool_limits": [
    "仅检查必填、枚举和简单数值范围",
    "复杂类型序列化、条件必填、时间窗口等以官方规则为准",
    "不会发起 API 请求"
  ]
}
