stack icon indicating copy to clipboard operation
stack copied to clipboard

[Wallet] Error on get wallet detailed balance

Open WagnerFelipe opened this issue 2 years ago • 0 comments

I'm trying to make a call to get the detailed balance of a wallet (/api/wallets/wallets/{id}/balances/{balanceName}), but I receive the following error message.

{ "errorCode": "INTERNAL_ERROR", "errorMessage": "json: cannot unmarshal number 143431480502299992000000 into Go struct field AccountWithVolumesAndBalances.data.volumes of type int64" }

WagnerFelipe avatar Apr 28 '23 18:04 WagnerFelipe