Skip to content

futures_symbol_ticker url deprecated #1648

@GreyRaphael

Description

@GreyRaphael

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=params

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions