Transactions
Transactions
Mirror node REST endpoints for querying Hedera transaction history, details, and status across hbar transfers, token operations, and contract calls.
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 endpoints for querying Hedera transaction history, details, and status across hbar transfers, token operations, and contract calls.
| 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?