Skip to main content
Version: testnet (v0.75)

Network parameters list

GET 

/network/parameters

Get a list of network parameters. This endpoint may not be exposed by mainnet nodes.

Request

Query Parameters

    networkParameterKey string

Responses

A successful response.

Schema
    networkParameters object[]
  • Array [
  • key string

    Unique key of the network parameter.

    value string

    Value for the network parameter.

  • ]
Loading...