Skip to main content
Return the public record for a Talaria DID.

Request

did
string
required
The complete Talaria DID to resolve.

Response

owner
string
required
The public owner address.
alias
string
The current public alias, when set.
version
number
required
The public record version.
document
object
required
The public DID document.
updatedAt
number
required
The update time as Unix milliseconds.
freshness
string
required
The source freshness label.
registration_status
string
required
The public registration state.
root_pubkey
string
The public root key, when available.
tx_id
string
The registration transaction identifier, when available.
200 returns the record. 404 means the DID was not found. 425 means registration is awaiting confirmation.