# doctl account – DigitalOcean Documentation > The subcommands of `doctl account` retrieve information about DigitalOcean accounts. For example, `doctl account get` retrieves account profile details, and `doctl account ratelimit` retrieves API usage details. - [doctl account get](https://docs.digitalocean.com/reference/doctl/reference/account/get/index.html.md): Retrieve the following details from your account profile: - Email address - Team - Account Droplet limit - Email verification status - UUID for the account - Account status (active or disabled). - [doctl account ratelimit](https://docs.digitalocean.com/reference/doctl/reference/account/ratelimit/index.html.md): Retrieve the following details about your account's API usage: - The current limit on your account for API calls (default is 5,000 per hour per OAuth token) - The number of API calls you have made in the last hour - When the API call count resets to zero, …