Add next_url param to Tickers v3 for pagination
You can now pass a next_url
attribute as a parameter when using the Tickers v3 endpoint, like so:
resp = client.reference_tickers_v3(next_url = 'https://api.polygon.io/v3/reference/tickers?cursor=[...]')