Get a list of all registries
GET/v1/chain/core/accounts/token_registry
Get a list of all registries
Request
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": "error",
"missingPermission": "missingPermission"
}
Loading...