Terp Network Docs
APIsRpcUnsafe
GET
/dial_seeds

Dial a peer, this route in under unsafe, and has to manually enabled to use

Example: curl 'localhost:26657/dial_seeds?seeds=["[email protected]:26656","[email protected]:26656"]'

Query Parameters

peers?array<>

list of seed nodes to dial

Response Body

application/json

application/json

curl -X GET "https://rpc.terp.network/dial_seeds"
{
  "Log": "Dialing seeds in progress. See /net_info for details"
}
{
  "id": 0,
  "jsonrpc": "2.0",
  "error": "Description of failure"
}