Overview

FlowAlchemy

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

API

const assets: Assets = await unidata.assets.get(options: {
    source: 'Flow NFT';
    identity: string;
    providers?: ('Alchemy')[];
    limit?: number;
    cursor?: any;
});

Live Demo

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