Consensus & Network
Get Network Info
Consensus & Network
Get Network Info
Get network information
GET
/
net_info
curl --request GET \
--url https://story-rpc-001.originstake.com/net_info
{
"response": {
"listening": true,
"listeners": [
{}
],
"n_peers": "<string>",
"peers": [
{
"node_info": {},
"is_outbound": true,
"connection_status": {},
"remote_ip": "<string>"
}
]
}
}
Response
Network information
Node is listening for connections
List of listeners
Number of peers
Was this page helpful?
curl --request GET \
--url https://story-rpc-001.originstake.com/net_info
{
"response": {
"listening": true,
"listeners": [
{}
],
"n_peers": "<string>",
"peers": [
{
"node_info": {},
"is_outbound": true,
"connection_status": {},
"remote_ip": "<string>"
}
]
}
}