Returns an array of delayed transactions associated with the authenticated user, excluding failed transactions.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of delayed transactions for the current user.
The response is of type object[]
.