Skip to main content

/cosmos/auth/v1beta1/accounts REST API Endpoint

Returns all the existing accounts.

Updated on
May 9, 2024

/cosmos/auth/v1beta1/accounts REST API Endpoint

Please note that for this method, when called from another module, the query might consume a high amount of gas if the pagination field is incorrectly set.

Query Parameters

pagination.key
string
The value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set
pagination.offset
string
The numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set
pagination.limit
string
The total number of results to be returned in the result page. If left empty it will default to a value to be set by each app
pagination.count_total
boolean
When set to true it indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set
pagination.reverse
boolean
It is set to true if results are to be returned in the descending order

Returns

accounts
array
An array containing information about individual accounts
@type
string
The type of account
address
string
The address associated with the account
pub_key
object
The pub_key object which contains the following fields:
@type
string
The type of public key used for the account
key
string
The public key associated with the account
account_number
string
The account number associated with the account
sequence
string
The sequence number associated with the account, indicating the order of transactions
pagination
object
The pagination object which contains the following fields:
next_key
string
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
The total number of results available if PageRequest.count_total was set, its value is undefined otherwise
Request
1
curl --location 'https://docs-demo.sei-arctic.quiknode.pro/cosmos/auth/v1beta1/accounts'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free