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

Language:

getCollectionFilterInfo

Get details of a collection's filter.


String collection = "your collection address";
MirrorWorld.BNB.Metadata.getCollectionFilterInfo(collection, new GetCollectionFilterInfoListener() {
@Override
public void onSuccess(GetCollectionFilterInfoRes result) {
//todo
}
@Override
public void onFail(long code, String message) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog