Transaction Management

The Transaction Management category of the Faraday API exposes all the execution and related capabilities of the API.

Transaction Management

The Transaction Management API allows for safe simulation and execution of
transactions, providing visibility into effects and tracking their lifecycle.

Key Features

  • Simulation: Estimate balance changes, gas/fees, and touched addresses.
  • Submission: Send transactions to the chain with monitoring enabled.
  • Tracking: Retrieve in-flight status and historical records.

Usage

Use when preparing transactions and requiring deterministic visibility on outcomes before final broadcast.

Security

All API endpoints in the Simulator category require an API key for access, passed in the X-API-KEY header.

Endpoints Overview

Detailed usage instructions for simulating transactions are available in the documentation.