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
}
]
}
}Parties
Get party details
Retrieve detailed information about a specific party
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
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modo.link/llms.txt
Use this file to discover all available pages before exploring further.
⌘I