Node

https://img.shields.io/badge/auth-required-orange.svg

Hint

The rules for generating queries to the node are given in module How to use REST API.

GET /node/config

Returns main node configuration parameters.

Method Response:

{
    "version": "0.6.6",
    "waves-crypto": false,
    "chainId": "D",
    "consensus": "POS",
    "minimumFee": {
        "1": 0,
        "3": 100000000,
        "4": 100000,
        "5": 100000000,
        "6": 100000,
        "7": 300000,
        "8": 100000,
        "9": 100000,
        "10": 100000,
        "11": 100000,
        "12": 100000,
        "13": 1000000,
        "14": 100000000,
        "15": 100000000,
        "102": 0
    }
}

POST /node/stop

Query stops node.

GET /node/status

https://img.shields.io/badge/auth-no-brightgreen.svg

Returns main node configuration parameters.

Method Response:

{
    "blockchainHeight": 47041,
    "stateHeight": 47041,
    "updatedTimestamp": 1544709501138,
    "updatedDate": "2018-12-13T13:58:21.138Z"
}

GET /node/version

https://img.shields.io/badge/auth-no-brightgreen.svg

Returns version of application.

Method Response:

{
  "version": "Waves Enterprise v0.9.0"
}

GET /node/owner

Returns the address and public key of the node owner.

Method Response:

{
  "address": "3JFR1pmL6biTzr9oa63gJcjZ8ih429KD3aF",
  "publicKey": "EPxkVA9iQejsjQikovyxkkY8iHnbXsR3wjgkgE7ZW1Tt"
}