---
title: "Dial Seeds (Unsafe)"
method: GET
path: "/dial_seeds"
tags: ["Unsafe"]
---

# Dial Seeds (Unsafe)

`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=\["f9baeaa15fedf5e1ef7448dd60f46c01f1a9e9c4@1.2.3.4:26656","0491d373a8e0fcf1023aaf18c51d6a1d0d4f31bd@5.6.7.8:26656"\]'

## Query parameters

- `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-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_seeds/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)
