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

Language:

searchNFTsByCreatorAddresses

Searches Solana NFTs By Creator Addresses


import { type SearchSolanaNFTsByCreatorsPayloadV2 } from "@mirrorworld/web3.js"
const payload: SearchSolanaNFTsByCreatorsPayloadV2 = {
creators: [
"DP4RBjPsK5cxuL2BMMMrWCwydKMxBu75W9v9SYZYTEE3",
"CJKZFQrTkL7FcfULNBeSkKi8cdyAnEJ4SHpwY2ownXjC",
],
limit: 24,
offset: 0,
}
await mirrorworld.Solana.Asset.searchNFTsByCreatorAddresses(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog