Developer docs
Custody Status
GET
/v1/custody
const url = 'https://example.com/v1/custody';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/custodyCustody configuration for the current tenant: mode, key, chain head, checkpointing.
Responses
Section titled “ Responses ”Successful Response
Media typeapplication/json
Response Custody Status V1 Custody Get
object
key
additional properties
any
Examplegenerated
{}