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 IotaCoinInforequired
    coinType ObjectTyperequired
    s string
    decimals int32required

    The token decimals

    description stringrequired

    The token description

    iconUrl stringrequired

    The icon URL

    name stringrequired

    The base token name

    tickerSymbol stringrequired

    The ticker symbol

    totalSupply int64required

    The total supply of BaseToken

    protocol Protocolrequired
    epoch BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    epoch_duration_ms BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    epoch_start_timestamp_ms BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    protocol_version BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    reference_gas_price BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    system_state_version BigIntrequired
    Int Int
    abs int32[]
    neg boolean
    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...