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
- 200
- 401
A list of all accounts
- application/json
- Schema
- Example (from schema)
Schema
accounts string[]required
{
"accounts": [
"accounts",
"accounts"
]
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...