ENS

ENSThe GraphInfura

TIP

You can use Infura API for free (25 requests / seconds, 10,000,000 requests / month), and you can pay for more frequent requests.

ENSopen in new window is a famous Ethereum name service.

You can initialize with ipfsGateway and infuraProjectID to potentially get a faster response or higher stability.

API

const profiles: Profiles = await unidata.profiles.get(options: {
    source: 'ENS';
    identity: string;
    platform?: 'Ethereum';
});

Live Demo

42 / 42
Code
const profiles: Profiles = await unidata.profiles.get({
    source: 'ENS',
    identity: '0xd8da6bf26964af9d7eed9e03e53415d37aa96045',
    platform: 'Ethereum',
});
View
Data
{
    "total": 0,
    "list": []
}