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