Skip to main content

accounts

Description

Retrieves all accounts associated with a defined public key.

info

This command will not return privileged accounts.

Positionals

public_key TEXT - The public key to retrieve accounts for

Options

  • -j,--json - Output in JSON format

Example

clio get accounts EOS8mUftJXepGzdQ2TaCduNuSPAfXJHf22uex4u41ab1EVv9EAhWt
{
"account_names": [
"testaccount"
]
}