Resolve a DID
Resolve a DID to fetch the associated DID Documet
A user is able to input a DID (string) as a request format and resolve the DID to fetch the associated DID Document, DID Resolution Metadata and DID Document metadata.
Resolve a DID Document.
Resolve a DID Document by DID identifier. Also supports DID Resolution Queries as defined in the W3C DID Resolution specification.
GET/did/search/{did}
Path parameters
did*string
DID identifier to resolve.
"did:cheqd:mainnet:7bf81a20-633c-4cc7-bc4a-5a45801005e0"
Query parameters
Response
The request was successful.
Body
@contextstring
Example: "https://w3id.org/did-resolution/v1"
didDidResolutionMetadataDidResolutionMetadata (object)
didDocumentDidDocument (object)
This input field contains either a complete DID document, or an incremental change (diff) to a DID document. See Universal DID Registrar specification.
didDocumentMetadataDidDocumentMetadata (object)
Request
Response
Last updated