Transactions
Transactions
Mirror node REST API endpoints for Hedera transactions, covering transaction history, details, and status for payments, transfers, and contract executions.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mirror node REST API endpoints for Hedera transactions, covering transaction history, details, and status for payments, transfers, and contract executions.
| 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. |
Was this page helpful?