---
title: "Get the account information on blockchain"
method: GET
path: "/auth/accounts/{address}"
tags: ["ICS1"]
---

# Get the account information on blockchain

`GET /auth/accounts/{address}`

## Path parameters

- `address` string, required

## Response `200`

Account information on the blockchain

- object
  - `type` string
  - `value` object
    - `account_number` string
    - `address` string
    - `coins` Coin[]
      - `denom` string
      - `amount` string
    - `public_key` string
    - `sequence` string

## Other responses

- `204` — No content about this account address
- `500` — Server internel error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
