इसे छोड़कर कंटेंट पर जाएं

Get Fungible Asset Balances

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

GetFungibleAssetBalances retrieves the current balances for various fungible asset types associated with a specified account address. This is crucial for platforms requiring real-time information on account asset holdings. This is backwards compatible with looking up Coins.

  • $address: String - The account address for which to fetch fungible asset balances. Example: "0x0000000000000000000000000000000000000000000000000000000000000001".
  • token_standard: String - The token standard for the asset: "v1" is the previous token standard and "v2" is the new standard.
  • $offset: Integer (Optional) - The pagination offset to start fetching balances from. Default: 0.