Peer

Network peer and validator information

Get ANR by public key

get
/api/peer/anr/{pk}

Retrieve Address and Routing (ANR) information for a specific peer by public key

Path parameters
pkstringRequired

Public key (Base58 encoded)

Responses
chevron-right
200

ANR information

application/json
get
/api/peer/anr/{pk}
200

ANR information

Get ANRs for all validators

get
/api/peer/anr_validators

Retrieve Address and Routing information for all active validators

Responses
chevron-right
200

List of validator ANRs

application/json
get
/api/peer/anr_validators
200

List of validator ANRs

Get all ANRs

get
/api/peer/anr

Retrieve Address and Routing information for all known peers

Responses
chevron-right
200

List of all ANRs

application/json
get
/api/peer/anr
200

List of all ANRs

Get all nodes

get
/api/peer/nodes

Retrieve information about all connected nodes

Responses
chevron-right
200

List of nodes

application/json
get
/api/peer/nodes
200

List of nodes

Get all trainers (validators)

get
/api/peer/trainers

Retrieve list of all active validator nodes

Responses
chevron-right
200

List of trainers

application/json
get
/api/peer/trainers
200

List of trainers

Get removed trainers

get
/api/peer/removed_trainers

Retrieve list of validators that have been removed

Responses
chevron-right
200

List of removed trainers

application/json
get
/api/peer/removed_trainers
200

List of removed trainers

Last updated