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

Get network parameter

GET 

/api/v2/network/parameters/:key

Get a network parameter's value by its key

Request

Path Parameters

    key stringrequired

    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...