Skip to main content
Version: mainnet (v0.73)

Get network parameter

Get a network parameter's value by its key

Path Parameters
    key string required

    Key identifying the network parameter.

Responses

A successful response.


Schema
    networkParameter object

    Network parameter key and value.

    key string

    Unique key of the network parameter.

    value string

    Value for the network parameter.

Loading...