client-python
client-python copied to clipboard
list_tickers() limit parameter default value documentation mismatch
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