> ## Documentation Index
> Fetch the complete documentation index at: https://polymarketcn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CLOB 客戶端

> 深入了解 Polymarket CLOB 客戶端庫的功能和用法

<Callout type="success">
  還沒有帳號？[點擊這裡註冊 Polymarket](https://polymarket.com/?r=2026VIP) 並完成入金，才能用錢包私鑰為訂單籤名、實際成交。
</Callout>

<Warning>
  **法律合規提醒**：在使用 Polymarket 服務或 API 前，請確認您所在地區的法律規定。Polymarket 目前不支援比利時、法國、新加坡、泰國、中國大陸等地區，政策可能隨時變化。
</Warning>

CLOB 客戶端庫為 Python 和 TypeScript 開發者提供了便捷的 API 接口。

## 客戶端功能

### 訂單操作

* 創建和籤署訂單
* 提交訂單到 CLOB
* 取消訂單
* 批量操作

### 市場數據

* 獲取市場列表
* 查詢訂單簿
* 獲取實時價格
* 歷史數據訪問

### 帳戶管理

* 查詢餘額
* 管理持倉
* 交易歷史
* API 憑據管理

## 下一步

<CardGroup cols={2}>
  <Card title="快速開始" icon="rocket" href="/api-tutorial/clob/quickstart">
    快速開始使用客戶端
  </Card>

  <Card title="REST API" icon="code" href="/api-tutorial/clob/rest-api">
    了解底層 REST API
  </Card>
</CardGroup>
