client-python icon indicating copy to clipboard operation
client-python copied to clipboard

list_tickers() limit parameter default value documentation mismatch

Open KenStasick opened this issue 1 month ago • 0 comments

Describe the bug list_tickers() limit parameter default value is 10; however, the docstring indicates that the default value is 100

To Reproduce client-python/massive/rest/reference.py line 88: limit: Optional[int] = 10, line 111: :param limit: Limit the size of the response per-page, default is 100 and max is 1000.

Expected behavior Correct list_tickers() limit parameter default value docstring.

Screenshots N/A

Additional context N/A

KenStasick avatar Nov 29 '25 15:11 KenStasick