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

Language:

getCollectionSummary

Get the collection summary info, contains collection address, name, owner, nft_amount(the nft amount in this collection), listed_amount(the nft listed amount), floor_price(the nft floor price).


List<String> collections = new ArrayList<>();
collections.add("collection address 1");
collections.add("collection address 2");
MirrorWorld.Polygon.Metadata.getCollectionSummary(collections, new GetCollectionSummaryListener() {
@Override
public void onSuccess(List<GetCollectionSummaryRes> res) {
//todo
}
@Override
public void onFailed(long code, String message) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog