Best Practices
Failing Transactions
Due to the rapid nature of block production on Solana, its possible that a serialized transaction returned from our API fails with a Transaction simulation failed: Blockhash not found
error. When this happens, the best course of action is to request a new serialized transaction from our API and retry the process.
Updated about 2 months ago