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

Get Fungible Asset Info

By providing a list of fungible asset types, GetFungibleAssetInfo can fetch data such as the symbol, name, decimals, and the asset type itself. This is particularly useful for applications needing to display token details. This is backwards compatible with looking up Coin info.

Try it yourself! You can customize the variables at the bottom of the editor.

Loading...

Variables:

  • $in: List of String - This variable should contain a list of fungible asset types you want to query information for. Ex. ["0x1::aptos_coin::AptosCoin"]
  • $offset: Integer (Optional) - This variable can be used to paginate through results, specifying how many records to skip before starting to return results.