Transactions
Transactions
Query transaction history, details, and status on Hedera with the Mirror Node REST API: track payments, token transfers, and smart 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.
Query transaction history, details, and status on Hedera with the Mirror Node REST API: track payments, token transfers, and smart 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?