Get Scheduled Order

Use Case

Retrieve a single scheduled order by ID. The response returns the schedule under data.schedule with its current state, cadence, next execution time, and cumulative execution stats (total_executions, total_amount_spent, total_quantity_acquired).

Get Scheduled Order

Path Parameters
1
idUUIDRequired

Scheduled order identifier from Create Scheduled Order.

Response Fields
1
successBoolean

Top-level flag indicating the schedule was retrieved.

2
messageString

Human-readable status message.

3
data.scheduleObject

The schedule record. Fields mirror Create Scheduled Order's response plus cumulative execution stats.

4
data.schedule.idUUID

Schedule identifier.

5
data.schedule.company_idUUID

Company that owns the schedule.

6
data.schedule.currencyString

Asset being acquired on each tick (e.g. 'BTC').

7
data.schedule.quote_currencyString

Currency used to fund each tick (e.g. 'USDT').

8
data.schedule.amountString

Per-tick spend in the smallest unit of quote_currency.

9
data.schedule.frequencyString

'daily', 'weekly', or 'monthly'.

10
data.schedule.day_of_weekInteger

0–6 (Sunday=0) when frequency is 'weekly'; 0 otherwise.

11
data.schedule.day_of_monthInteger

1–31 when frequency is 'monthly'; 0 otherwise.

12
data.schedule.execution_timeString

24-hour HH:MM firing time in UTC.

13
data.schedule.statusString

'active', 'paused', 'cancelled', or 'completed'.

14
data.schedule.next_execution_atDate

Next scheduled run. Null when status is terminal.

15
data.schedule.last_executed_atString

Timestamp of the most recent execution. Empty string when the schedule has never fired.

16
data.schedule.total_executionsInteger

Number of ticks that have fired.

17
data.schedule.total_amount_spentString

Cumulative quote_currency spent across all executions.

18
data.schedule.total_quantity_acquiredString

Cumulative currency acquired across all executions.

19
data.schedule.created_atDate

When the schedule was created.

20
data.schedule.updated_atDate

When the schedule was last modified.

21
data.schedule.referenceString

Client-supplied idempotency key.

22
metadata.request_idString

Unique request identifier for support and tracing.

23
timestampDate

Server time when the response was generated.

Sample Response

Did you find this page useful?

Join our Discord