Network parameters list
GEThttps://n00.testnet.vega.rocks/network/parameters
Get a list of network parameters. This endpoint may not be exposed by mainnet nodes.
Request
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"
}
- curl
- python
- go
- nodejs
- CURL
curl -L -X GET 'https://n00.testnet.vega.rocks/network/parameters' \
-H 'Accept: application/json'