RetrieveUser
Description
Details
Signature
Task<dynamic> RetrieveUser()Arguments
Return Value
{
"userIdentifier":"userIdentifier",
"balances": {
"goerli_eth": {
"accountBalances": [
{
"address": "address1",
"balance": "balance1",
},
],
"totalBalance": "totalBalance",
},
"asset_2": {
...
}
},
"chainWallets": {
"goerli": [
"address1",
...
],
"chain2": [
...
]
...
}
}Example
Last updated