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

Language:

searchNFTsByUpdateAuthorityAddresses

Searches Solana NFTs By Creator Addresses


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

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog