Skip to main content

Returns private information about this node.

GET 

/v1/node/info

Returns private information about this node.

Responses

Returns information about this node.

Schema
    l1Params L1Paramsrequired
    baseToken BaseTokenrequired
    decimals int32required

    The token decimals

    name stringrequired

    The base token name

    subunit stringrequired

    The token subunit

    tickerSymbol stringrequired

    The ticker symbol

    unit stringrequired

    The token unit

    useMetricPrefix booleanrequired

    Whether or not the token uses a metric prefix

    maxPayloadSize int32required

    The max payload size

    protocol ProtocolParametersrequired
    bech32Hrp stringrequired

    The human readable network prefix

    belowMaxDepth int32required

    Possible values: >= 1

    The networks max depth

    minPowScore int32required

    Possible values: >= 1

    The minimal PoW score

    networkName stringrequired

    The network name

    rentStructure RentStructurerequired
    vByteCost int32required

    Possible values: >= 1

    The virtual byte cost

    vByteFactorData int32required

    The virtual byte factor for data fields

    vByteFactorKey int32required

    The virtual byte factor for key/lookup generating fields

    tokenSupply stringrequired

    The token supply

    version int32required

    The protocol version

    peeringURL stringrequired

    The net id of the node

    publicKey stringrequired

    The public key of the node (Hex)

    version stringrequired

    The version of the node

Loading...