diff --git a/binance/client.py b/binance/client.py index 1b7399db..734adeea 100644 --- a/binance/client.py +++ b/binance/client.py @@ -257,8 +257,7 @@ def get_products(self): :raises: BinanceRequestException, BinanceAPIException """ - - products = self._request_website('get', 'exchange/public/product') + products = self._request_website('get', 'exchange-api/v1/public/asset-service/product/get-products') return products def get_exchange_info(self):