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

Language:

getNFTRealPrice

Get NFT real price which is calculated by fee rate. The param fee means how much server will deducted.


String price = "1.2";
int fee = 4250;
MirrorWorld.Polygon.Metadata.getNFTRealPrice(price,fee, new GetNFTRealPriceListener() {
@Override
public void onSuccess(GetNFTRealPriceRes result) {
Log.d("MirrorSDK","Visiting success:"+MirrorGsonUtils.getInstance().toJson(result));
}
@Override
public void onFail(long code, String message) {
Log.d("MirrorSDK","Visit Failed! code:"+code+" message:"+message);
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog