Skip to main content

/api/v1/schedules/{scheduleId} REST API Endpoint

Returns schedule information based on the given schedule id

Updated on
Aug 23, 2024

/api/v1/schedules/{scheduleId} REST API Endpoint

Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.

Path Parameters

scheduleId
string
REQUIRED
The network entity ID in the format of shard.realm.num

Returns

admin_key
object
The admin_key object which contains the following fields:
_type
string
The type of the key
key
string
The key itself
deleted
boolean
A boolean indicating whether the schedule has been deleted
consensus_timestamp
string
The consensus timestamp when the schedule was created
creator_account_id
string
The account ID of the creator of the schedule
executed_timestamp
string
The timestamp when the scheduled transaction was executed
expiration_time
string
The expiration time of the schedule
memo
string
A memo associated with the schedule
payer_account_id
string
The account ID of the payer for the scheduled transaction
schedule_id
string
The unique identifier of the schedule
signatures
array
An array of objects, each representing a signature collected for the schedule
consensus_timestamp
string
The consensus timestamp when the signature was collected
public_key_prefix
string
The prefix of the public key that signed the transaction
signature
string
The signature itself
type
string
The type of the signature
transaction_body
string
The body of the transaction being scheduled, encoded in Base64
wait_for_expiry
boolean
A boolean indicating whether to wait for the schedule to expire if it has not yet been executed
Request
1
curl 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/schedules/0.0.1856'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free