/
/Sidetree REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 32m ago · Updated 1mo ago
Anchor9
  • getGets the latest logical anchor time. This API allows the Observer and Batch Writer to determine protocol version to be used.
  • getGets the latest logical anchor time. This API allows the Observer and Batch Writer to determine protocol version to be used.
  • getFetches Sidetree transactions in chronological order.
  • postWrites a Sidetree transaction to the underlying anchor.
  • postGet first valid Sidetree transaction
  • getFetches the normalized transaction fee used for proof-of-fee calculation, given the anchor time.
  • getFetches the lock object used for value-time-lock calculation, given the lock identifier.
  • get/anchor/writer-lock
  • get/anchor/version
Content Addressed Storage3
Sidetree3
    Anchor

    get/anchor/version

    Response

    Success

    namestring

    A string representing the name of the service.

    versionstring

    A string representing the version of currently running service.

    Example response

    {
      "name": "bitcoin",
      "version": "1.0.0"
    }

    Changes