GetTransactionsByWallet
Get transactions of target user.
string walletAddress = "target wallet address";float number = 0.1f;string nextBefore = "next before";MWSDK.BNB.Wallet.GetTransactionsByWallet(walletAddress, limit, nextBefore, (res) => { //todo});
Edit this page on GitHub