-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
futures_symbol_ticker use https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker, but the url is deprecated, it was changed to https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker-v2, but the code still use the first one
def futures_symbol_ticker(self, **params):
"""Latest price for a symbol or symbols.
https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker
"""
return self._request_futures_api("get", "ticker/price", data=paramsMetadata
Metadata
Assignees
Labels
No labels