Skip to main content
GET https://api.trustware.io/api/v1/data/balances/:address Returns token holdings for a wallet address across every chain compatible with that address format, scanned in parallel. Use this to populate an asset selector. The response includes token symbol, balance, decimals, USD price, and logo URI for each holding. The response may arrive while balance data is still streaming in from some chains. Check the partial flag: if true, some chains have not yet responded and you may want to poll again or handle the incomplete state in your UI.

Path parameters

Response

Response fields

Balance object fields

Partial responses

When partial: true, some chains responded with an error or have not yet returned data. The results[].error field on each chain entry indicates if that chain encountered an issue. Chains with error: null returned successfully.