Skip to main content

Add p2p peers

POST 

http://localhost:8080/p2p/peers

Connect to the given peers

Request

Body

array

required

Peers you want to connect to

  • Array [

  • string

  • ]

Responses

The peers we connected to (we don't try connecting to already known peers)

Schema

    any


Request Collapse all
Base URL
http://localhost:8080
Body required
[
  "string"
]
ResponseClear

Click the Send API Request button above and see the response here!