Skip to main content

/cosmos/auth/v1beta1/accounts/{address} REST API Endpoint

Returns account details based on address.

Updated on
Jul 02, 2025

/cosmos/auth/v1beta1/accounts/{address} REST API Endpoint

Path Parameters

address
string
REQUIRED
The address to query for

Returns

account
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
threshold
integer
The minimum number of signatures required to validate a multisig transaction.
public_keys
array
An array of public key objects participating in the multisig.
@type
string
The full type URL of the individual public key, e.g., "/cosmos.crypto.secp256k1.PubKey".
key
string
The base64-encoded public key.
account_number
string
The account number associated with the account
sequence
string
The sequence number associated with the account, indicating the order of transactions
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free