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
When running '/account/balance', found that the 'currencies' field is not working, and whether I add this field or not, it will return all token balances.
If the currencies field is populated, only balances for the specified currencies need to be returned. If not populated, all available balances need to be returned.
Steps to reproduce
Request body -
{"network_identifier":{"blockchain":"cardano","network":"mainnet"},"account_identifier":{"address":"addr1zyq0kyrml023kwjk8zr86d5gaxrt5w8lxnah8r6m6s4jp4g3r6dxnzml343sx8jweqn4vn3fz2kj8kgu9czghx0jrsyqqktyhv"},"currencies":[{"symbol":"ADA","decimals":"6"}]}'
Actual behavior
Returning all the tokens for the address
Expected behavior
Should return only the ADA value
The text was updated successfully, but these errors were encountered:
Context & versions
When running '/account/balance', found that the 'currencies' field is not working, and whether I add this field or not, it will return all token balances.
If the currencies field is populated, only balances for the specified currencies need to be returned. If not populated, all available balances need to be returned.
Steps to reproduce
Request body -
{"network_identifier":{"blockchain":"cardano","network":"mainnet"},"account_identifier":{"address":"addr1zyq0kyrml023kwjk8zr86d5gaxrt5w8lxnah8r6m6s4jp4g3r6dxnzml343sx8jweqn4vn3fz2kj8kgu9czghx0jrsyqqktyhv"},"currencies":[{"symbol":"ADA","decimals":"6"}]}'
Actual behavior
Returning all the tokens for the address
Expected behavior
Should return only the ADA value
The text was updated successfully, but these errors were encountered: