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

Language:

FetchNFTsByCreatorAddresses

Fetch a list of NFTs by creator addresses.


public let MWSDK = MirrorWorldSDK.share
MWSDK.FetchNFTsByCreatorAddresses(creators: ["test"], limit: 10, offset: 0.1) { data in
self.Log(data)
self.loadingActive.stopAnimating()
} onFailed: { code, message in
self.Log("\(item):failed:\(code),\(message ?? "")")
self.loadingActive.stopAnimating()
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference