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

Language:

GetWalletTransactions

Get the transactions of user's wallet.


float price = 0.1f;
string nextBefore = "nextBefore";
MirrorSDK.GetWalletTransactions(price,nextBefore,(res)=> {
var body = JsonUtility.ToJson(res);
Debug.Log("result:" + body);
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference