JSON-RPC API
POST/did-registry/v5/jsonrpc
The JSON-RPC API provides methods assisting the construction of blockchain transactions and interaction with the ledger, i.e. write operation on ledger.
Request
Responses
- 200
- 400
- 401
- 405
- 406
- 500
Response
Bad request
Unauthorized. The bearer access token is missing, invalid, expired, or does not carry a sufficient scope for the invoked method.
Method Not Allowed
Not Acceptable
Two distinct shapes are possible: while building/verifying a transaction, ledger
unavailability is returned as a JSON-RPC error (application/json); an unexpected
internal error (e.g. while validating the bearer token against the Authorisation API)
is returned as a Problem Details object (application/problem+json).