Skip to content
canton-network-docs

/v2/parties/participant

/v2/parties/participant-id - Canton Network Docs
Skip to main content
GET
/
v2
/
parties
/
participant-id
Try it
/v2/parties/participant-id

cURL

curl --request GET \
  --url https://api.example.com/v2/parties/participant-id \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "participantId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

200
application/json
participantId
string
required

Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in value.proto).

Required

Assistant
Responses are generated using AI and may contain mistakes.