solmachina_simulate
Pre-flight transaction simulation for agents: dry-run a serialized Solana transaction (simulateTransaction) BEFORE executing — will it succeed, compute units consumed, program logs, and the error if any. NEVER signs or sends; simulation only, NOT a guarantee of the real on-chain outcome. NOT financial advice. Requires ?tx=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx | Yes | Base64-encoded serialized Solana transaction to dry-run. |