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
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 |
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
Assistant
Responses are generated using AI and may contain mistakes.