Skip to main content
GET
/
dial_peers
dial_peers
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/dial_peers
{
  "Log": "Dialing seeds in progress. See /net_info for details"
}

Query Parameters

persistent
boolean

Have the peers you are dialing be persistent

Example:

true

unconditional
boolean

Have the peers you are dialing be unconditional

Example:

true

private
boolean

Have the peers you are dialing be private

Example:

true

peers
string[]

array of peers to dial

Response

Dialing seeds in progress. See /net_info for details

Log
string
Example:

"Dialing seeds in progress. See /net_info for details"