Returns private information about this node.
GET/v1/node/info
Returns private information about this node.
Responses
- 200
- 401
Returns information about this node.
- application/json
- Schema
- Example (from schema)
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
{
"peeringURL": "peeringURL",
"l1Params": {
"protocol": {
"protocol_version": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
},
"reference_gas_price": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
},
"epoch": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
},
"system_state_version": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
},
"epoch_duration_ms": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
},
"epoch_start_timestamp_ms": {
"Int": {
"neg": true,
"abs": [
1,
1
]
}
}
},
"baseToken": {
"coinType": {
"s": "s"
},
"totalSupply": 6,
"decimals": 0,
"name": "name",
"description": "description",
"tickerSymbol": "tickerSymbol",
"iconUrl": "iconUrl"
}
},
"publicKey": "publicKey",
"version": "version"
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "error",
"missingPermission": "missingPermission"
}
Loading...