Get network information
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>"
}
]
}
}
Network information
Show Properties
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>"
}
]
}
}
Get network information
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>"
}
]
}
}
Network information
Show Properties
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>"
}
]
}
}