Skip to content

Missing symbolStatus and showPermissionSets parameters in exchange_info functionΒ #376

Open
@Meinkopster

Description

@Meinkopster

The exchange_info function (path: /api/v3/exchangeInfo) is missing the symbolStatus and showPermissionSets parameters, which are documented in its docstring and the official Binance API documentation for the /api/v3/exchangeInfo endpoint.

Docstring mentions:

  • showPermissionSets (bool, optional): Controls whether the content of the permissionSets field is populated or not. Defaults to true
  • symbolStatus (str, optional): Filters symbols that have this tradingStatus. Valid values: TRADING, HALT, BREAK. Cannot be used in combination with symbols or symbol.

Current implementation only handles:

  • symbol
  • symbols
  • permissions

Could these parameters please be added to the function signature and included in the API request params?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions