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

Language:

SearchNFTsByOwner

Fetch NFTs By Owner Addresses. Returns a detailed payload of all NFTs whose owners are provided.


List<string> owners = new List<string>();
owners.Add("address_1");
owners.Add("address_2");
int limit = 1;
int offset = 1;
MWSDK.Solana.Asset.SearchNFTsByOwner(owners, limit, offset, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference