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

Language:

searchNFTsByMintAddresses

Searches Solana NFTs By Mint Addresses


import { type SearchSolanaNFTsByMintAddressesPayloadV2 } from "@mirrorworld/web3.js"
const payload: SearchSolanaNFTsByMintAddressesPayloadV2 = {
mint_addresses: [
"6KwsLWNTH4LaLuYGH3czJHdpPSKSvt2eAaSWhbVo3Zbr",
"EVMzZ9YNFyU9TReVwj13A4ARqE8V6uimSVfikxUSAAv4",
],
limit: 24,
offset: 0,
}
await mirrorworld.Solana.Asset.searchNFTsByMintAddresses(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog