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

Parties list

Get a list of parties

Responses

A successful response.


Schema
    parties object[]
  • Array [
  • id string

    Unique ID for the party, typically represented by a public key.

  • ]
GET /parties

Request

Base URL
https://vega-data.nodes.guru:3008
curl / cURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/parties' \
-H 'Accept: application/json'