Back to Eos

How To Get Account Information

docs/02_cleos/02_how-to-guides/how-to-get-account-information.md

2.1.01.3 KB
Original Source

Goal

Query infomation of an EOSIO account

Before you begin

  • Install the currently supported version of cleos

[[info | Note]] | The cleos tool is bundled with the EOSIO software. Installing EOSIO will also install the cleos tool.

Steps

Execute the command below:

sh
cleos get account ACCOUNT_NAME

Where ACCOUNT_NAME = name of the existing account in the EOSIO blockchain.

Example Output

console
created: 2018-06-01T12:00:00.000
privileged: true
permissions:
     owner     1:    1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
        active     1:    1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
memory:
     quota:       unlimited  used:     3.004 KiB

net bandwidth:
     used:               unlimited
     available:          unlimited
     limit:              unlimited

cpu bandwidth:
     used:               unlimited
     available:          unlimited
     limit:              unlimited

[[info | Account Fields]] | Depending on the EOSIO network you are connected, you might see different fields associated with an account. That depends on which system contract has been deployed on the network.