# get-id

To retrieve your Peer Id, run the following command:

#### Usage

```
otnode run get-id [options]
```

#### Options

<mark style="color:blue;">**--node-type**</mark> `required`                                                                                           &#x20;

**aggregator/attester**

Specifies the type of node (default: "aggregator")

***

<mark style="color:blue;">**--keystore**</mark> `optional`                                                                                                                        &#x20;

**file path**

The path to the keystore file used for signing the transaction.

***

<mark style="color:blue;">**--keystore-password**</mark> `optional`                                                                                                    &#x20;

**file path**

The path to the file containing the keystore password.

***

<mark style="color:blue;">**--silent, --s, --no-prompt**</mark> `optional`                                                                                                    &#x20;

**flag**

Run in non-interactive mode using `.env` and provided arguments, without user prompts.

***

<mark style="color:blue;">**-h, --help**</mark>  `optional`                                                                                                                                    &#x20;

**flag**

Display help information for this command
