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

Language:

getTransactionsByWallet

Get the transactions of user's wallet.


String walletAddress = "wallet address";
int limit = 1;
String nextBefore = "nextBefore";
MirrorWorld.Solana.Wallet.getTransactionsByWallet(walletAddress, limit, nextBeforeStr, new MirrorCallback() {
@Override
public void callback(String r) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog