Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
學習如何管理 Polymarket 上的訂單
from py_clob_client.clob_types import OrderArgs from py_clob_client.order_builder.constants import BUY order_args = OrderArgs( price=0.55, size=100.0, side=BUY, token_id="YOUR_TOKEN_ID" )
client.cancel_order("ORDER_ID")
client.cancel_orders(["ORDER_ID_1", "ORDER_ID_2"])