Skip to content
Search
K
Main Navigation
Learn
How To Guides
Blog
API Documentation
Appearance
Menu
Return to top
Get network information
POST
/rollkit.v1.P2PService/GetNetInfo
Retrieve network information and statistics.
Request Body
application/json
Schema
default
JSON
JSON
{
}
Responses
200
500
Network information retrieved successfully
Content-Type
application/json
Schema
JSON
JSON
{
"net_info"
:
{
"id"
:
"string"
,
"listen_addresses"
:
[
"string"
]
,
"connected_peers"
:
[
"string"
]
}
}
POST
/rollkit.v1.P2PService/GetNetInfo
Playground
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python
Powered by
VitePress OpenAPI