Agent

OpenAPI documentation for the "Agen" module

get

This endpoint facilitates the retrieval of a DID document id.

Responses
200Success
text/plain
get
GET /public/did HTTP/1.1
Host: ..
Accept: */*
did:bsv:1234
get

Returns all the information needed to see the status of the services running

Responses
200Success
application/json
get
GET /public/getStatus HTTP/1.1
Host: ..
Accept: */*
{
  "state": "starting",
  "did": {
    "did": "did:bsv:1234",
    "ready": true,
    "controller": "https://did.identity.controller.nchainplatform.com/",
    "resolver": "https://did.identity.resolver.nchainplatform.com/"
  },
  "started": "2011-10-05T14:48:00.000Z",
  "timestamp": "2011-10-05T14:48:00.000Z",
  "version": {
    "version": "v1.1.0",
    "commit": "4bfccdd063f6d21d34beba1c48eb6e82170d99f0",
    "development": true,
    "buildTime": "2011-10-05T14:48:00.000Z"
  }
}

Last updated