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

Language:

GetNFTRealPrice

Get real price of a NFT. The param "fee" is deduct rate of server. So if you input "4250", server will deduct 4.25%.


MWSDK.GetNFTRealPrice(price: "1.2", fee: 1250) { data in
print("<iOS_MWSDK_LOG>: GetNFTRealPrice result:\(data)")
} onFailed: { code, message in
print("<iOS_MWSDK_LOG>: Visit 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