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

Language:

GetTokensByWallet

Get tokens by wallet address.


string walletAddress = "target wallet address";
int limit = 1;
string nextBefore = "next before";
MWSDK.Solana.Wallet.GetTokensByWallet(walletAddress,limit,nextBefore,(res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference