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

Parties list

GET 

/parties

Get a list of parties. This endpoint may not be exposed by mainnet nodes.

Request

Responses

A successful response.

Schema
    parties object[]
  • Array [
  • 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.

  • ]
  • ]
Loading...