Skip to main content
Version: v0.3.1

Retrieve DID document

GET 

/.well-known/did.json

Retrieves the public DID document on the well-known address for this wallet

Request

Responses

Schema

    @context

    object

    oneOf

    string

    idstringrequired
    alsoKnownAsstring[]

    controller

    object

    oneOf

    string

    verificationMethod

    object[]

  • Array [

  • idstringrequired
    typestringrequired
    controllerstringrequired

    publicKeyJwk

    object

    algstring
    crvstring
    estring
    extboolean
    key_opsstring[]
    kidstring
    ktystringrequired
    nstring
    usestring
    xstring
    ystring
  • ]

  • service

    object[]

  • Array [

  • idstringrequired
    typestringrequired

    serviceEndpoint

    object

    required

    oneOf

    string

  • ]

  • publicKey

    object[]

  • Array [

  • idstringrequired
    typestringrequired
    controllerstringrequired

    publicKeyJwk

    object

    algstring
    crvstring
    estring
    extboolean
    key_opsstring[]
    kidstring
    ktystringrequired
    nstring
    usestring
    xstring
    ystring
  • ]

  • authentication

    object[]

  • Array [

  • oneOf

    string

  • ]

  • assertionMethod

    object[]

  • Array [

  • oneOf

    string

  • ]

  • keyAgreement

    object[]

  • Array [

  • oneOf

    string

  • ]

  • capabilityInvocation

    object[]

  • Array [

  • oneOf

    string

  • ]

  • capabilityDelegation

    object[]

  • Array [

  • oneOf

    string

  • ]