Skip to main content
GET
/
v1
/
parties
/
{partyId}
/
types
Get party types
curl --request GET \
  --url https://api.modo.link/canton-mainnet/v1/parties/{partyId}/types \
  --header 'x-api-key: <api-key>'
{
  "isAccount": true,
  "isValidator": true,
  "isSv": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

partyId
string
required

Party ID

Response

200 - */*

OK

isAccount
boolean
isValidator
boolean
isSv
boolean