Hello everyone.
I want to know, Why there are no bridges in Account Information. We have our Assets without Pairs.
Since we only have 1200 requests, we need to try all available Pairs, by request (GET /api/v3/exchangeInfo)
Exemple of Account Informations ( GET /api/v3/account (HMAC SHA256) ):
“balances”: [
{
“asset”: “SOL”,
“free”: “69.68006011”,
“locked”: “0.00000000”
}
]
How we know if pairs is SOL / USDT, BUSD, BNB, BTC ?? in our account…
It should be:
“asset”: “SOL”,
“free”: “4763368.68006011”,
“locked”: “0.00000000”,
“bridge”: “USDT”,
“pairs”: “SOLUSDT”,
Now we know if we want something about our assets, we have the bridge or the pairs.
It’s less requests for us and your server, no?
Thanks
NLT