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

Language:

QueryUser

Check user's info, then we can get user's base information such as wallet address and so on.


MWSDK.QueryUser(email: email) { user in
print(user ?? "null")
} onFetchFailed: { code, error in
print("\(code):\(String(describing: error))")
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog