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

# 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` string — The initial target
  - `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 height of the fix
    - `genesisTimestamp` string, date-time — The genesis timestamp
  - `hardforkASIC` object
    - `height` integer — The height of the hardfork
    - `oakTime` integer — The oak time
    - `oakTarget` string — The oak target
  - `hardforkFoundation` object
    - `height` integer — The height of the hardfork
    - `primaryAddress` string — The primary address
    - `failsafeAddress` string — The failsafe address
  - `hardforkV2` object
    - `allowHeight` integer — The height at which V2 consensus types are allowed
    - `requireHeight` integer — The height at which V2 consensus types are required

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/versions/184a3d5207da/schema)
