simulate_transaction
Find out whether your transaction will succeed before you pay for it. Simulates on mainnet and returns the decoded error (translated to plain language), logs, compute units consumed, and expected account changes. Use before submitting any unfamiliar or high-value transaction. Never sends — simulation only. $0.02 per call in USDC on Solana.
transaction_base64: base64-encoded signed or unsigned Solana transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_base64 | Yes |