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

Network parameters list

GET 

https://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

A successful response.

Schema
    networkParameters object[]
  • Array [
  • key string

    Unique key of the network parameter.

    value string

    Value for the network parameter.

  • ]
curl -L -X GET 'https://n00.testnet.vega.rocks/network/parameters' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://n00.testnet.vega.rocks
Parameters
— query