Skip to content

getSymbol

Returns the symbol of the token.

Usage

example.ts
import { 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.