---
title: "Account returns account permissions."
method: GET
path: "/cosmos/circuit/v1/accounts/{address}"
tags: ["Query"]
---

# Account returns account permissions.

`GET /cosmos/circuit/v1/accounts/{address}`

## Path parameters

- `address` string, required

## Response `200`

A successful response.

- CosmosCircuitV1AccountResponse — AccountResponse is the response type for the Query/Account RPC method.
  - `permission` CosmosCircuitV1Permissions — Permissions are the permissions that an account has to trip or reset the circuit breaker.
    - `level` 'LEVEL_NONE_UNSPECIFIED' | 'LEVEL_SOME_MSGS' | 'LEVEL_ALL_MSGS' | 'LEVEL_SUPER_ADMIN' — Level is the permission level. - LEVEL_NONE_UNSPECIFIED: LEVEL_NONE_UNSPECIFIED indicates that the account will have no circuit breaker permissions. - LEVEL_SOME_MSGS: LEVEL_SOME_MSGS indicates that the account will have permission to trip or reset the circuit breaker for some Msg type URLs. If this level is chosen, a non-empty list of Msg type URLs must be provided in limit_type_urls. - LEVEL_ALL_MSGS: LEVEL_ALL_MSGS indicates that the account can trip or reset the circuit breaker for Msg's of all type URLs. - LEVEL_SUPER_ADMIN: LEVEL_SUPER_ADMIN indicates that the account can take all circuit breaker actions and can grant permissions to other accounts.
    - `limitTypeUrls` string[] — limit_type_urls is used with LEVEL_SOME_MSGS to limit the lists of Msg type URLs that the account can trip. It is an error to use limit_type_urls with a level other than LEVEL_SOME_MSGS.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
