sui_get_transaction
Fetch a transaction by base58 digest, returning body, effects, events, and signatures. Auto-routes to live then archive for reliability.
Instructions
Fetch a transaction by its base58 digest. Returns the transaction body, effects (status, gas summary, changed objects), events, and signatures. The right tool for 'what happened in tx '. Defaults to 'auto' routing — live first, falls back to archive on retention boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | Yes | Base58 transaction digest. | |
| source | No | Routing policy. 'auto' (default) tries live then archive. 'live' / 'archive' force a single endpoint. | |
| network | No | Sui network. Defaults to the server's configured default (usually mainnet). |