cURL
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 } ] } }
Retrieve detailed information about a specific party
Party ID
OK
Show child attributes