Skip to content
🎉 Welcome! Translations are currently experimental. | 翻訳は現在実験的です。 | 翻译目前处于实验阶段。
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.