Skip to main content
Gets metadata for all tokens issued by this IssuerSparkWallet. Supports issuers with multiple tokens.

Method Signature

Parameters

Bech32mTokenIdentifier[]
Optional array of token identifiers to filter by. If not provided, returns metadata for all tokens issued by this wallet.

Returns

IssuerTokenMetadata[]
required
Array of metadata objects for each token issued by this wallet (or filtered tokens if tokenIdentifiers is provided)

Examples