I think I’ve found a bug. Request sent to v3/account
returns incorrect values for SLP coin, like:
[SLP] => Array
(
[available] => 0.51270000
[onOrder] => 262496.00000000
[btcValue] => 0 // <-- this should be non-zero
[btcTotal] => 0 // <-- this should be non-zero
)
for all the other coins it looks fine.