Overview

SolanaSolscanMoralis

Solana NFT / Metaplexopen in new window is a kind of token on Solana.

API

const assets: Assets = await unidata.assets.get(options: {
    source: 'Solana NFT';
    identity: string;
    providers?: ('Solscan' | 'Moralis')[];
});

Live Demo

44 / 44
Code
const assets: Assets = await unidata.assets.get({
    source: 'Solana NFT',
    identity: 'EoCqmJ6xNQmZKYsic9PSgxxQzqZREjmhNFnkNqxoc8pp',
});
View
Networks:
Providers:
Data
{
    "total": 0,
    "list": []
}