docs/02_cleos/02_how-to-guides/how-to-get-account-information.md
Query infomation of an EOSIO account
cleos[[info | Note]] | The cleos tool is bundled with the EOSIO software. Installing EOSIO will also install the cleos tool.
Execute the command below:
cleos get account ACCOUNT_NAME
Where ACCOUNT_NAME = name of the existing account in the EOSIO blockchain.
Example Output
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.