Get a list of all registries
GET/v1/chains/:chainID/core/accounts/token_registry
Get a list of all registries
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
Query Parameters
block string
Block index or trie root
Responses
- 200
- 401
A list of all registries
- application/json
- Schema
- Example (from schema)
Schema
nativeTokenRegistryIds string[]required
{
"nativeTokenRegistryIds": [
"nativeTokenRegistryIds",
"nativeTokenRegistryIds"
]
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...