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[]
{
"networkParameters": [
{
"key": "string",
"value": "string"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
GET /network/parameters
Request
Request
curl / cURL
curl -L -X GET 'https://n06.testnet.vega.xyz/network/parameters' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://n06.testnet.vega.xyz/network/parameters' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://n06.testnet.vega.xyz/network/parameters' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://n06.testnet.vega.xyz/network/parameters' \
-H 'Accept: application/json'