/
/Wasp API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
auth2
chains19
corecontracts26
metrics4
node12
  • getReturn the Wasp configuration
  • postGenerate a new distributed key
  • getGet information about the shared address DKS configuration
  • getReturns private information about this node.
  • getGets the node owner
  • getGet basic information about all configured peers
  • getGet basic peer info of the current node
  • getGet trusted peers
  • postTrust a peering node
  • deleteDistrust a peering node
  • postShut down the node
  • getReturns the node version.
requests1
users6
  • getReturns 200 if the node is healthy.
  • getThe websocket connection service
node

Returns the node version.

get/v1/node/version

Response

Returns the version of the node.

versionstring string required

The version of the node

Example response

{
  "version": "version"
}

Changes