コンテンツにスキップ

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.

  • $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.