resp = client.get_sampling_simplified_markets(next_cursor = "")
print(resp)
print("Done!")

Get available CLOB markets expressed in a reduced schema that have rewards enabled.

HTTP REQUEST

GET /<clob-endpoint>/sampling-simplified-markets?next_cursor=<next_cursor>

Response Format

NameTypeDescription
limitnumberlimit of results on a single page
countnumbernumber of results
next_cursorstringpagination item to retrieve the next page base64 encoded. ‘LTE=’ means the end and empty (”) means the beginning
dataSimplifiedMarket[]list of sampling markets
resp = client.get_sampling_simplified_markets(next_cursor = "")
print(resp)
print("Done!")