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%.
_5MWSDK.GetNFTRealPrice(price: "1.2", fee: 1250) { data in_5 print("<iOS_MWSDK_LOG>: GetNFTRealPrice result:\(data)")_5} onFailed: { code, message in_5 print("<iOS_MWSDK_LOG>: Visit faild, code is \(code) message is \(message)")_5}
Edit this page on GitHub