Q: What are you trying to do?
A: Fetch balances of an account
Q: What have you done so far?
A: Query get user asset endpoint using binance-connector-ruby gem, following the guidance here: binance-connector-ruby/get_user_asset.rb at master · binance/binance-connector-ruby · GitHub
Q: What endpoints are you trying to hit?
A: /sapi/v3/asset/getUserAsset
Q: What responses are you receiving?
A: At first, the endpoint returns the balances as expected, but after a while, it returns an empty array. I checked and see the balance on the network is still there, so it seems that the problem is from the endpoint.
Here is the balance on the network: TRONSCAN | TRON BlockChain Explorer | 波场区块链浏览器
Additional info: The account I’m trying to fetch the balances for is a sub-account, created by a broker account from the Binance Exchange Link program.