Hedera · Example Payload

Getnetworkstake

Returns the network's current stake information.

network

Getnetworkstake is an example object payload from Hedera, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersresponses

Example Payload

Raw ↑
{
  "operationId": "getNetworkStake",
  "method": "GET",
  "path": "/api/v1/network/stake",
  "summary": "Get network stake information",
  "description": "Returns the network's current stake information.",
  "tags": [
    "network"
  ],
  "parameters": [],
  "responses": {
    "200": "OK",
    "400": "Invalid parameter",
    "404": "No network stake data found",
    "500": "Service Unavailable"
  }
}