Get Market
Get a single CLOB market.
HTTP REQUEST
GET /<clob-endpoint>/markets/<condition_id>
Name | Type | Description |
---|
market | Market | market object |
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
Responses are generated using AI and may contain mistakes.