Overview
The Scheduled Transactions endpoints in the Hedera Mirror Node REST API allows developers to query scheduled transactions on the Hedera network. These endpoints are essential for tracking transaction scheduling, execution status, and metadata related to scheduled transactions.Endpoints
The following endpoints are available for the Scheduled Transactions object:| Endpoint | Description |
|---|---|
GET /api/v1/schedules | Retrieves a list of scheduled transactions on the network. |
GET /api/v1/schedules/{id} | Fetches details of a specific scheduled transaction by ID. |