Skip to main content
GET
/
v1
/
parties
/
{partyId}
Get party details
curl --request GET \
  --url https://api.modo.link/canton-mainnet/v1/parties/{partyId} \
  --header 'x-api-key: <api-key>'
{
  "partyId": "<string>",
  "createdAt": 123,
  "holdingsSummaryResponse": {
    "record_time": "2023-11-07T05:31:56Z",
    "migration_id": 123,
    "computed_as_of_round": 123,
    "summaries": [
      {
        "party_id": "<string>",
        "total_unlocked_coin": "<string>",
        "total_locked_coin": "<string>",
        "total_coin_holdings": "<string>",
        "accumulated_holding_fees_unlocked": "<string>",
        "accumulated_holding_fees_locked": "<string>",
        "accumulated_holding_fees_total": "<string>",
        "total_available_coin": "<string>",
        "record_time": "2023-11-07T05:31:56Z",
        "migration_id": 123,
        "computed_as_of_round": 123
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

partyId
string
required

Party ID

Response

200 - */*

OK

partyId
string
createdAt
integer<int64>
holdingsSummaryResponse
object