Ethereum NFT Activity

EthereumPolygonBinance Smart ChainArbitrumFantomGnosisPOAPRSS3

TIP

You can use RSS3 API for free (no rate limit disclosed).

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 to potentially get a faster response or higher stability.

API

const notes: Notes = await unidata.notes.get(options: {
    source: 'Ethereum NFT Activity';
    identity: string;
    limit?: number;
    cursor?: string;
});

Live Demo

42 / 42
Code
const notes: Notes = await unidata.notes.get({
    source: 'Ethereum NFT Activity',
    identity: '0xd8da6bf26964af9d7eed9e03e53415d37aa96045',
    platform: 'Ethereum',
    limit: 10,
});
View
Data
{}