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

Language:

getNFTInfo

Get NFT info. You need to parse the rawJsonString by yourself, cause SDK don't know what format your NFT is like.


MWSDK.Solana.Metadata.getNFTInfo(mint_address: mint_address) {data in
print(data)
} onFailed: {code, message in
print("failed code:\(code),message: \(message ?? "")")
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog