# Get peers message binary format
Get peers message is sent when sending node wants to know of other nodes on network.
# | Field name | Type | Length in Bytes |
---|---|---|---|
1 | Packet length (BigEndian) | Int | 4 |
2 | Magic Bytes | Bytes | 4 |
3 | Content ID (0x01) | Byte | 1 |
4 | Payload length | Int | 4 |
5 | Payload checksum | Bytes | 4 |