---
title: "Add Peers/Persistent Peers (unsafe)"
method: GET
path: "/dial_peers"
tags: ["Unsafe"]
---

# Add Peers/Persistent Peers (unsafe)

`GET /dial_peers`

Set a persistent peer, this route in under unsafe, and has to manually enabled to use.

**Example:** curl 'localhost:26657/dial_peers?peers=\["f9baeaa15fedf5e1ef7448dd60f46c01f1a9e9c4@1.2.3.4:26656","0491d373a8e0fcf1023aaf18c51d6a1d0d4f31bd@5.6.7.8:26656"\]&persistent=false'

## Query parameters

- `persistent` boolean
- `unconditional` boolean
- `private` boolean
- `peers` string[]

## Response `200`

Dialing seeds in progress. See /net_info for details

- DialResp
  - `Log` string

## Other responses

- `500` — empty error

## Changes

> 9 revisions in range; 1 not diffed.

- **2020-09-01** `68cb9640877f` — 2 info
  - added the new optional `query` request parameter `private`
  - added the new optional `query` request parameter `unconditional`
- **2020-08-26** `262de159b1f8` — 1 info
  - endpoint added
- **2020-08-21** `c329db0eaf56` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/tendermint/apis/tendermint-rpc/changes/dial_peers/get.md)

---

[API](https://skmtc.dev/tendermint/apis/tendermint-rpc.md) · [All operations](https://skmtc.dev/tendermint/apis/tendermint-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tendermint/tendermint-rpc/revisions/ec82847d4988/schema)
