Developer Resources
Central Limit Order Book
Order Manipulation
Markets
Pricing and Books
Gamma Markets API
Miscellaneous Endpoints
Subgraph
Resolution
Rewards
Conditional Token Frameworks
Proxy Wallets
Negative Risk
Markets
Get Single Market
Copy
Ask AI
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
Get Market
Get a single CLOB market.
HTTP REQUEST
GET /<clob-endpoint>/markets/<condition_id>
Response Format
Name | Type | Description |
---|---|---|
market | Market | market object |
Copy
Ask AI
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
Copy
Ask AI
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
Assistant
Responses are generated using AI and may contain mistakes.