Returns balances for all resources associated with an account
/lts/state/account-all-fungible-resource-balances
The logical name of the network
{{network}}
The Bech32m-encoded human readable version of the account's address
Account all resource balances response
Server error
curl -L \ --request POST \ --url 'https://xrd.nownodes.io/core/lts/state/account-all-fungible-resource-balances' \ --header 'Content-Type: application/json' \ --data '{"network":"{{network}}","account_address":"text"}'
{ "state_version": 1, "ledger_header_summary": { "epoch_round": { "epoch": 1, "round": 1 }, "ledger_hashes": { "state_tree_hash": "text", "transaction_tree_hash": "text", "receipt_tree_hash": "text" }, "proposer_timestamp": { "unix_timestamp_ms": 1, "date_time": "text" } }, "account_address": "text", "fungible_resource_balances": [ { "fungible_resource_address": "text", "amount": "text" } ] }