POAP Provider

GnosisPOAP

TIP

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

POAPopen in new window is a kind of widely used semi-centralised NFTs, generally used as digital mementos, minted in celebration of life's remarkable moments.

You can requestopen in new window an API Key and initialize with poapAPIKey to get more stable access, but it is currently optional.

API

const assets: Assets = await unidata.assets.get(options: {
    source: 'Ethereum NFT';
    identity: string;
    providers: ['POAP'];
});

Live Demo

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