Skip to content
🎉 Welcome to the new Aptos Docs! Click here to submit feedback!

Get Coin Balances

GetCoinBalances retrieves the current balances for various coin types associated with a specified account address. This is crucial for platforms requiring real-time information on account coin holdings.

Try it yourself! Adjust the query variables below in the editor to fetch data for different addresses.

Loading...

Variables:

  • $address: String - The account address for which to fetch coin balances. Example: "0x0000000000000000000000000000000000000000000000000000000000000001".
  • $offset: Integer (Optional) - The pagination offset to start fetching balances from. Default: 0.