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

Language:

getTokensByWallet

Get single transaction with its signature.


String walletAddress = "wallet address";
MirrorWorld.Solana.Wallet.getTokensByWallet(walletAddress, new GetWalletTokenListener() {
@Override
public void onSuccess(GetWalletTokenResponse walletTokenResponse) {
//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