Skip to content

For function such as futures_historical_klines, default limit should be "None" #1606

@wanga10000

Description

@wanga10000

When users do not specify the limit parameter, the function currently returns only the default 500 rows of klines. To retrieve the full range of klines between start_str and to end_str or the latest time, users are required to explicitly set limit=None. This behavior is counterintuitive, as the expected default when limit is not provided would be to return the complete dataset within the specified time range.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions