---
title: "Returns private information about this node."
method: GET
path: "/v1/node/info"
tags: ["node"]
---

# Returns private information about this node.

`GET /v1/node/info`

## Response `200`

Returns information about this node.

- InfoResponse
  - `l1Params` L1Params, required
    - `baseToken` BaseToken, required
      - `decimals` integer, required — The token decimals
      - `name` string, string, required — The base token name
      - `subunit` string, string, required — The token subunit
      - `tickerSymbol` string, string, required — The ticker symbol
      - `unit` string, string, required — The token unit
      - `useMetricPrefix` boolean, required — Whether or not the token uses a metric prefix
    - `maxPayloadSize` integer, required — The max payload size
    - `protocol` ProtocolParameters, required
      - `bech32Hrp` string, string, required — The human readable network prefix
      - `belowMaxDepth` integer, required — The networks max depth
      - `minPowScore` integer, required — The minimal PoW score
      - `networkName` string, string, required — The network name
      - `rentStructure` RentStructure, required
        - `vByteCost` integer, required — The virtual byte cost
        - `vByteFactorData` integer, required — The virtual byte factor for data fields
        - `vByteFactorKey` integer, required — The virtual byte factor for key/lookup generating fields
      - `tokenSupply` string, string, required — The token supply
      - `version` integer, required — The protocol version
  - `peeringURL` string, string, required — The net id of the node
  - `publicKey` string, string, required — The public key of the node (Hex)
  - `version` string, string, required — The version of the node

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

---

[API](https://skmtc.net/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.net/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/revisions/994a6c93b890/schema)
