Skip to main content

Returns general information about the node.

GET 

/api/v1/info

Returns general information about the node.

Request

Responses

Successful operation.

Schema
    data objectrequired
    name stringrequired

    The name of the node.

    version stringrequired

    The semantic version of the node.

    isHealthy booleanrequired

    Tells whether the node is healthy or not.

    networkId stringrequired

    Tells on which network the nodes operates on.

    bech32HRP stringrequired

    Tells whether the node supports mainnet or testnet addresses. Value iota indicates that the node supports mainnet addresses. Value atoi indicates that the node supports testnet addresses.

    minPoWScore floatrequired

    The Proof-of-Work difficulty for a message to be sent over the network to mitigate spam.

    messagesPerSecond floatrequired

    The current rate of new messages per second.

    referencedMessagesPerSecond floatrequired

    The current rate of referenced messages per second.

    referencedRate floatrequired

    The ratio of referenced messages in relation to new messages of the last confirmed milestone.

    latestMilestoneTimestamp integerrequired

    The timestamp of the latest seen milestone.

    latestMilestoneIndex integerrequired

    The most recent milestone known to the node.

    confirmedMilestoneIndex integerrequired

    The most recent milestone that has been confirmed by the node.

    pruningIndex integerrequired

    Tells from which starting point the node holds data.

    features string[]required

    The features that are supported by the node. For example, a node could support the Proof-of-Work (PoW) feature, which would allow the PoW to be performed by the node itself.

Loading...