Skip to content

getMetadataUri

Returns the metadata url of the nft.

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
const url = await mintclub.network('ethereum').nft('SYMBOL').getMetadataUri()

Return Value

Promise<string>

Returns the metadata url of the nft.