Open
Description
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
Labels
No labels