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

Get party

GET 

/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.

    id string

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

Loading...