Mirror Entry

MirrorRSS3

TIP

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

Mirroropen in new window Entry is a writing platform made by Mirror.

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

API

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

Live Demo

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