Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
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.GetNFTInfo(mint_address: "your address") { data in
print("<iOS_MWSDK_LOG>: GetNFTInfo result:\(data)")
} onFailed: { code, message in
print("<iOS_MWSDK_LOG>: GetNFTInfo faild, code is \(code) message is \(message)")
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference