Skip to content

Commit

Permalink
Update get_products website url in async version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Sep 22, 2023
1 parent 4d4d92e commit e974c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8268,7 +8268,7 @@ async def _delete(self, path, signed=False, version=BaseClient.PUBLIC_API_VERSIO
# Exchange Endpoints

async def get_products(self) -> Dict:
products = await self._request_website('get', 'exchange-api/v1/public/asset-service/product/get-products')
products = await self._request_website('get', 'bapi/asset/v2/public/asset-service/product/get-products?includeEtf=true')
return products
get_products.__doc__ = Client.get_products.__doc__

Expand Down

0 comments on commit e974c34

Please sign in to comment.