Markets
Get Single Market
Developer Resources
Central Limit Order Book
Order Manipulation
Markets
Pricing and Books
Gamma Markets API
Miscelaneous 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!")