Optionaltoken_info
token_info?: {
associated_token_address?: undefined;
balance?: number;
decimals?: number;
freeze_authority?: undefined;
mint_authority?: undefined;
price_info?: {
currency?: string;
price_per_token?: number;
total_price?: number;
};
supply?: number;
symbol?: string;
token_program?: undefined;
}
The full representation of a Metaplex Digital Asset.
Core response type returned by
getAssetand search endpoints, containing content, ownership, compression, grouping, royalty, and token info.Since
1.0.0