Skip to content

Commit e974c34

Browse files
author
Sam McHardy
committed
Update get_products website url in async version
1 parent 4d4d92e commit e974c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8268,7 +8268,7 @@ async def _delete(self, path, signed=False, version=BaseClient.PUBLIC_API_VERSIO
82688268
# Exchange Endpoints
82698269

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

0 commit comments

Comments
 (0)