Ethereum NFT Activity
TIP
You can use RSS3 API for free (no rate limit disclosed).
Ethereum NFT 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
{}