List Future Scheduled Transaction Times

Retrieve a list of dates/times for future scheduled transactions for a single-leg transaction (SLT) schedule or multi-leg transaction (MLT) schedule. This list shows the date and time that each transaction is scheduled to be executed.

Endpoint

GET /v2/scheduled-transactions/{id}/future-scheduled-times

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

id  REQUIRED

string (UUID)

ID of the SLT/MLT schedule.

Query Parameters

dateTo  REQUIRED

string (date), format: yyyy-MM-dd

Date of the scheduled transaction. This filter will return future transactions scheduled on or before this date.

Request Body

None

Returns

Returns a list of future dates/times when transactions are scheduled to be executed.

SAMPLE RESPONSE

				
					[
  "2023-10-30T03:34:29.984Z",
  "2023-11-06T03:34:29.984Z",
  "2023-11-13T03:34:29.984Z"
]
				
			
Exit mobile version