ℹ️Get Token Info

Get Token Info is used to get basic information about a token [and can pull metadata].

Usage

In your Node.js command prompt terminal, you can use

node getTokenInfo.mjs -t [-v] [-swap] [-testnet] [-s ] [-img] -t -s

Arguments

-t for Token id, for example -t 0.0.123456. if not specified look for all tokens in given wallet

-v - optional - for verbose (debug)

-swap for swaps out line breaks in metadata found

-testnet for using the script on Hedera Testnet

-s for Serial, check wallets owning specified serials (comma seperated or - for range e.g. 2,5,10 or 1-10)

-img to get the image only

Last updated