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

Get party

GET 

https://vega-data.nodes.guru:3008/api/v2/party/:partyId

Get a single party

Request

Path Parameters

    partyId stringrequired

    Party ID to retrieve party information for.

Responses

A successful response.

Schema
    party object

    Data for the party requested.

    alias string

    Alias given to the party.

    id string

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

    metadata object[]

    Metadata to associate to a party, in a key/value format where the key describes the type of metadata in the value field.

  • Array [
  • key string

    Key of the metadata.

    value string

    Value of the metadata.

  • ]
curl -L -X GET 'https://vega-data.nodes.guru:3008/api/v2/party/:partyId' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://vega-data.nodes.guru:3008
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!