Get asset balance

Hello
I want get balance of one asset from api buy php.
how can do it?
by /api/v3/account i can take it but this link give me all asset. I want get only one specific asset information like USDT or …

Thanks

Hey,
As you mentioned, you can filter the results of the /api/v3/account endpoint to obtain the balance of a specific asset.
However, please note that there are no parameters dedicated to retrieving the balance of a specific symbol directly from this endpoint. Additionally, there isn’t another specific endpoint designed to fetch the balances of an account, so this method would be the primary way to obtain such information.