You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need this to get list of token balances and list of NFTs by account address.
Workaround is to make a direct REST request to node by API_BASE URL.
I noticed, Waves Keeper doing direct REST requests while also depending on waves-transactions, which seems not very efficient.
The text was updated successfully, but these errors were encountered:
Lack of some node interaction functions:
assets/balance
(by account address),assets/nft
,Need this to get list of token balances and list of NFTs by account address.
Workaround is to make a direct REST request to node by API_BASE URL.
I noticed, Waves Keeper doing direct REST requests while also depending on
waves-transactions
, which seems not very efficient.The text was updated successfully, but these errors were encountered: