Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.debug_traceTransaction
debug_traceBlockByNumber
debug_traceBlockByHash
debug_traceCall
- callTracer — traces all calls made during execution
- prestateTracer — returns the state accessed during execution
- stateDiffTracer — returns state changes made during execution
- Debugging — understand why transactions failed or behaved unexpectedly.
- Security analysis — analyze contract interactions and fund flows.
- Gas optimization — identify expensive operations in contract execution.
- Forensics — trace transaction paths for audit and compliance.