---
title: "Get network details"
method: GET
path: "/bus/consensus/network"
---

# Get network details

`GET /bus/consensus/network`

Returns various details about the network.

## Response `200`

Successfully retrieved network

- Network
  - `name` string — The name of the network
  - `initialCoinbase` string — The initial coinbase reward
  - `minimumCoinbase` string — The minimum coinbase reward
  - `initialTarget` object — The initial target
    - `id` string — A unique identifier for a block
  - `blockInterval` integer — The block interval
  - `maturityDelay` integer — The maturity delay
  - `hardforkDevAddr` object
    - `height` integer — The height of the hardfork
    - `oldAddress` string — The old developer address
    - `newAddress` string — The new developer address
  - `hardforkTax` object
    - `height` integer — The height of the hardfork
  - `hardforkStorageProof` object
    - `height` integer — The height of the hardfork
  - `hardforkOak` object
    - `height` integer — The height of the hardfork
    - `fixHeight` integer — The fix height
    - `genesisTimestamp` string, date-time — The genesis timestamp
  - `hardforkASIC` object
    - `height` integer — The height of the hardfork
    - `oakTime` integer — The oak time
    - `oakTarget` object — The oak target
      - `id` string — A unique identifier for a block
  - `hardforkFoundation` object
    - `height` integer — The height of the hardfork
    - `primaryAddress` string — The primary address
    - `failsafeAddress` string — The failsafe address
  - `hardforkV2` object
    - `allowHeight` integer — The allow height
    - `requireHeight` integer — The require height

## Changes

- **2024-12-12** `2b2596339fdd` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/consensus/network/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/02bb01fcdd73/schema)
