getSymbol Returns the symbol of the token. Usage Fileexample.tsCopyimport { mintclub } from 'mint.club-v2-sdk' const symbol = await mintclub.network('ethereum').token('SYMBOL').getSymbol() Return Value Promise<string> Returns the symbol of the token.