amount field on a balance change.
Expanded coverage
- HiFi Swap is now tracked.
Explorer
Search preferences let you control how wide an address or hash search runs. Open them from the search box in the XFlow explorer.- Balance change accounts. An address search also matches any account that moved value inside a transfer, not only the sending and the receiving account.
- Auxiliary transaction hashes. A hash search also matches transactions from the middle of a route.


API changes
Theamount field inside each balanceChanges entry is now a string instead of a number. This is a breaking change for anything that reads that field.
- It was
"amount": 0.5. It is now"amount": "0.5". - The value is the formatted absolute amount as an exact decimal string. The sign is still carried by
direction. - It is
nullwhen the token decimals are unavailable, as before. - Everything else on a balance change entry is unchanged.
rawAmount and amount.
The full shape of a balance change is in the API reference.