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

Language:

fetchNFTsInfo

Fetch Solana NFTs Info Accepts Filtering Metadata

You can find the full type signature for the fetchNFTsInfo method here


import { type QuerySolanaNFTsPayloadV2 } from "@mirrorworld/web3.js"
const payload: QuerySolanaNFTsPayloadV2 = {
// Collection address
contract: "JDLE2pYTirozWHYtcWyCc9D4sJztkETpeE2zeqv5pvu3",
// Marketplace address (Optional)
auction_house: "2sBcb7vXLrUSdCToBuBhpg8hmJaA1kBhsYreHDoSQuVc",
order: {
order_by: "price",
desc: true,
},
sale: true,
page: 1,
page_size: 20,
}
await mirrorworld.Solana.Metadata.fetchNFTsInfo(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog