Skip to content

Get peer information

POST
/rollkit.v1.P2PService/GetPeerInfo

Retrieve information about connected peers.

Request Body

application/json
JSON
{
}

Responses

Peer information retrieved successfully

application/json
JSON
{
"peers": [
{
"id": "string",
"address": "string"
}
]
}

Playground

Body

Samples

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI

Released under the APACHE-2.0 License