Get the control addresses
GET/v1/chain/core/blocklog/controladdresses
Get the control addresses
Request
Query Parameters
block string
Block index or trie root
Responses
- 200
- 401
The chain info
- application/json
- Schema
- Example (from schema)
Schema
anchorOwner stringrequired
The anchor owner (Hex Address)
chainAdmin stringrequired
The chain admin (Hex Address)
sinceBlockIndex int32required
Possible values: >= 1
The block index (uint32
{
"chainAdmin": "chainAdmin",
"sinceBlockIndex": 1,
"anchorOwner": "anchorOwner"
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "error",
"missingPermission": "missingPermission"
}
Loading...