URL method (peer list)

api/v3

Request Body - Content-Type: application/json;charset=utf-8

Parameter

Required

Description

count

Yes

The number of peers to return

GET/api/v3/network/:count

Example request

curl -X GET http://localhost:2442/api/v3/network/3 \
-H 'Content-Type: application/json;charset=utf-8'

Last updated