# Ethereum eth/v1/node/peers RPC method
Ethereum consensus layer Beacon Chain API call that returns the data about the node's network peers. By default this returns all peers. Multiple query params are combined using AND conditions.
Parameters:
state
—array[string]
with:disconnected
connecting
connected
disconnecting
direction
—array[string]
with:inbound
outbound
Returns:
data
—object
with:peer_id
— the ID of the peer.enr
— the Ethereum node record data as provided in the networking specification (opens new window).
Example:
curl -X GET https://beacon-nd-123-456-789.p2pify.com/3c6e0b8a9c15224a8228b9a98ca1531d/eth/v1/node/peers