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