Verifiedsolana-tools

Solana Transaction Pre-Flight Simulator

Simulate a Solana transaction before broadcasting to mainnet. Returns success/failure status, compute units consumed, full program logs, accounts touched, and detailed error messages if simulation fails. Essential for AI trading agents validating transactions before paying gas, MEV bots checking sandwich opportunities, wallet integrations preventing user errors, and DeFi protocols testing complex multi-step operations. Skip the cost of failed transactions — simulate first, broadcast only what will succeed.

Networks

Base (Coinbase L2)solana:mainnetNoble

Regions

Global (no regional restriction)

Tags

#solana#simulation#transaction#testing#preflight#mev

How to use

Sample response
{"success":true,"err":null,"logs":["Program ComputeBudget111111111111111111111111111111 invoke [1]","Program ComputeBudget111111111111111111111111111111 success","Program 11111111111111111111111111111111 invoke [1]","Program 11111111111111111111111111111111 success"],"unitsConsumed":450,"accountsTouched":null,"sources":["synapse:rpc"],"queriedAt":"2026-04-26T10:00:00.000Z"}
curl -X GET 'https://proxy.suverse.io/v1/data/solana-tx-simulator'