balances | AccountBalancesData | Complete account balances including SOL and all tokens Null if not loaded or account not found |
isLoading | boolean | Whether the query is currently loading for the first time |
isError | boolean | Whether the query encountered an error |
error | Error | Error object if query failed, null otherwise |
refetch | () => void | Function to manually refetch balances |
isRefetching | boolean | Whether data is being refetched in the background |