Retrieve a paginated list of all Limitless markets.
Use limit and offset to paginate through results.
Example flow
offset=0 and limit=100./api/v1/limitless/markets?limit=100&offset=<offset>.markets from the response to your result list.markets is empty.offset by 100 and repeat.Each market includes:
Your API key (get one from the test-key endpoint above)
Maximum number of markets to return (default: 100, max: 1000)
x <= 1000Number of markets to skip for pagination