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

# Account returns account permissions.

`GET /cosmos/circuit/v1/accounts`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- CosmosCircuitV1AccountsResponse — AccountsResponse is the response type for the Query/Accounts RPC method.
  - `accounts` CosmosCircuitV1GenesisAccountPermissions[]
    - `address` string
    - `permissions` 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.
      - `limit_type_urls` 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.
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `next_key` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - api operation id `EvidenceQuery_AccountsMixin79` removed and replaced with `EvidenceQuery_AccountsMixin81`
- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_AccountsMixin79` removed and replaced with `EvidenceQuery_AccountsMixin79`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_AccountsMixin79` removed and replaced with `UpgradeQuery_AccountsMixin79`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_AccountsMixin79` removed and replaced with `CircuitQuery_AccountsMixin79`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_AccountsMixin78` removed and replaced with `AuthQuery_AccountsMixin79`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/circuit/v1/accounts/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)
