Get Coin Info
By providing a list of coin types, GetCoinInfos
can fetch data such as the symbol, name, decimals, and the coin type itself. This is particularly useful for applications needing to display token details.
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 coin 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.