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
Bug
The transaction API routinely returns 0 balances (fiatConversion & fiatBalance) for all tokens when queries are made to retrieve the balance of a particular safe address in USD, even though the safe address does contain non-zero balances.
Expected behavior
It supposed to return the fiatConversion and fiatBalance of the token
Additional notes
The same requests made to the safe-client endpoint return accurate fiat balances & fiatConversion for the tokens at the specified safe address.
kryptocodes
changed the title
/safe/balances/usd - returns 0 for fiatConversion and fiatBalance
[GET /balances/usd] - returns 0 for fiatConversion and fiatBalance
Nov 14, 2023
Bug
The transaction API routinely returns 0 balances (fiatConversion & fiatBalance) for all tokens when queries are made to retrieve the balance of a particular safe address in USD, even though the safe address does contain non-zero balances.
To Reproduce
https://safe-transaction-mainnet.safe.global/api/v1/safes/0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe/balances/usd/?trusted=false&exclude_spam=false
Environment:
Chain ID: 1 (Ethereum Mainnet)
Fiat Code: USD
Expected behavior
It supposed to return the fiatConversion and fiatBalance of the token
Additional notes
The same requests made to the safe-client endpoint return accurate fiat balances & fiatConversion for the tokens at the specified safe address.
https://safe-client.safe.global/v1/chains/1/safes/0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe/balances/usd?trusted=false
The text was updated successfully, but these errors were encountered: