Overview
The Transactions endpoints in the Hedera Mirror Node REST API allows developers to query transaction history, details, and status on the Hedera network. These endpoints is essential for tracking payments, token transfers, smart contract executions, and other network activities.Endpoints
The following endpoints are available for the Network activity object:| Endpoint | Description |
|---|---|
GET /api/v1/transactions | Retrieves a list of transactions on the network. |
GET /api/v1/transactions/{id} | Fetches details of a specific transaction by transaction ID. |