resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
resp = client.get_market(condition_id = "...")
print(resp)
print("Done!")
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!")