Skip to content

Commit

Permalink
Merge pull request #534 from bsliran/patch-1
Browse files Browse the repository at this point in the history
Updates the get_product endpoint
  • Loading branch information
kimchirichie authored Jan 1, 2021
2 parents f224f7e + b5cc28b commit afefe8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit afefe8b

Please sign in to comment.