---
title: "AccountInfo queries account info which is common to all account types."
method: GET
path: "/cosmos/auth/v1beta1/account_info/{address}"
tags: ["Query"]
---

# AccountInfo queries account info which is common to all account types.

`GET /cosmos/auth/v1beta1/account_info/{address}`

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- CosmosAuthV1beta1QueryAccountInfoResponse — QueryAccountInfoResponse is the Query/AccountInfo response type.
  - `info` CosmosAuthV1beta1BaseAccount — BaseAccount defines a base account type. It contains all the necessary fields for basic account functionality. Any custom account type should extend this type for additional functionality (e.g. vesting).
    - `account_number` string, uint64
    - `address` string
    - `pub_key` GoogleProtobufAny
      - `@type` string
    - `sequence` string, uint64

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_AccountInfo` removed and replaced with `EvidenceQuery_AccountInfo`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_AccountInfo` removed and replaced with `UpgradeQuery_AccountInfo`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_AccountInfo` removed and replaced with `CircuitQuery_AccountInfo`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_AccountInfo` removed and replaced with `AuthQuery_AccountInfo`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_AccountInfo` removed and replaced with `FeegrantQuery_AccountInfo`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/auth/v1beta1/account_info/:address/get.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
