Network parameters list
Get a list of network parameters
Query Parameters
networkParameterKey string
Responses
- 200
 - default
 
A successful response.
application/json
Schema
Example (from schema)
Schema
networkParameters object[]
key string
value string
{
  "networkParameters": [
    {
      "key": "string",
      "value": "string"
    }
  ]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
  "code": 0,
  "details": [
    {
      "@type": "string"
    }
  ],
  "message": "string"
}
Loading...