get balance of single currency in spot is possible ?

Hi is possible call only a single currency in spot api ?? i find only for call all wallet {{url}}/api/v3/account?recvWindow=&timestamp={{timestamp}}&signature={{signature}}

Hi,
It’s not possible to query a single currency on which to return its balance. You have to call an endpoint such as account and then write some logic to return/print only your desired currency/currencies from the response.

thanks never a joy