How to get all addresses?

Hi

Binance now allows to create multiple wallet addresses, I am using the below but it only returns only one wallet info:

client_mine.get_deposit_address(coin='BNB', network='BSC')

Hey,
Have you tried using the endpoint GET /sapi/v1/capital/deposit/address/list? It should return a list of deposit addresses for a specific network.

It seems that Python SDK do not support it