Skip to main content

Get a list of all accounts

GET 

/v1/chains/:chainID/core/accounts

Get a list of all accounts

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

A list of all accounts

Schema
    accounts string[]required
Loading...