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

Language:

searchNFTsByOwnerAddresses

Searches Solana NFTs By Owner Addresses


import { type SearchSolanaNFTsByOwnersPayloadV2 } from "@mirrorworld/web3.js"
const payload: SearchSolanaNFTsByOwnersPayloadV2 = {
owners: [
"BuiAawnD2EoAAp8SdrtkM74nkSVNwV5Vh6E6m8aWXbjV",
"24rXTjveoQbAShQtiriNEdAwiqC6YnKmhDSd9nwRBU7y",
],
limit: 24,
offset: 0,
}
await mirrorworld.Solana.Asset.searchNFTsByOwnerAddresses(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog