Get one transaction in full detail
get_transactionRetrieves the complete classified details of a single Canton transaction by update ID, including all parties, roles, transfers, values, and raw data.
Instructions
Get the full classified detail of a single Canton update (transaction) by its update ID, including the complete payload: classification, all parties and roles, transfers, values, and raw transaction data. Use after get_transactions when you need everything about one update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to query. Defaults to "canton" (currently the only supported chain). | canton |
| updateId | Yes | The update ID (from get_transactions rows). |