Get Account Info
Code
adena.GetAccount();Params
Key
Type
Description
Response
Key
Type
Description
Account Model
Key
Type
Description
Sample Request
Sample Response
Last updated
adena.GetAccount();Last updated
adena.GetAccount(){
"code": 0,
"status": "success",
"type": "GET_ACCOUNT",
"message": "Get account.",
"data": {
//status of the account; inactive if never used
"status": "ACTIVE",
//account address
"address": "g1fnakf9vrd6uqn8qdmp88yam4p0ngy572answ9f",
//account balance
"coins": "3618115104ugnot",
"public_key": {
//key generation algorithm
"@type": "/tm.PubKeySecp256k1",
//public key value
"value": "A3cWVULHSHC1mwK8o1vfJHKfNMvLEvKU/sHPQoFWRoey"
},
//account number
"account_number": "5547",
//nonce
"sequence": "23"
"chainId": "test3"
},
}