Overview

EthereumPolygonBinance Smart ChainAvalancheArbitrumFantomPOAPCrossbellMoonbeamOptimismNFTScanAlchemyMoralisOpenSea

Ethereum NFTopen in new window is a kind of token on Ethereum with a chaotic specification. They can be normalized through Unidata now.

You can initialize with ipfsGateway alchemyEthereumAPIKey alchemyPolygonAPIKey moralisWeb3APIKey openseaAPIKey and poapAPIKey to potentially get a faster response or higher stability.

API

const assets: Assets = await unidata.assets.get(options: {
    source: 'Ethereum NFT';
    identity: string;
    providers?: ('Alchemy' | 'Moralis' | 'OpenSea' | 'POAP')[];
    limit?: number;
    cursor?: any;
});

Live Demo

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