get_transaction
Get a Sui transaction by digest to view sender, status, gas, events, balance changes, and protocol-aware decoded actions like swaps and deposits.
Instructions
Get a Sui transaction by its digest. Returns sender, status, gas, events, balance changes, and protocol-aware decoded actions (e.g. 'swap on Cetus', 'deposit on Suilend').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | Yes | Transaction digest (Base58) | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). |