Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

FetchNFTsByCreatorAddresses

Fetch NFTs By Creator Addresses. Returns a detailed payload of all NFTs whose creatorAddresses are provided.


List<string> creators = new List<string>();
creators.Add("address_1");
creators.Add("address_2");
MirrorSDK.FetchNFTsByCreatorAddresses(creators,(response) => {
long resCode = response.Code;
MultipleNFTsResponse result = response.Data;
string error = response.Error;
string message = response.Message;
string status = response.Status;
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference