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

Get party

Get a single party

Path Parameters
    partyId string required

    Party ID to retrieve party information for.

Responses

A successful response.


Schema
    party object

    Data for the party requested.

    id string

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

GET /api/v2/party/:partyId

Request

Base URL
https://vega-data.nodes.guru:3008
partyId — path required
curl / cURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/api/v2/party/:partyId' \
-H 'Accept: application/json'