Retrieve the list of delayed transactions for the authenticated user
GET/api/v1/delay-relay
Returns an array of delayed transactions associated with the authenticated user, excluding failed transactions.
Responses
- 200
- 401
- 500
A list of delayed transactions for the current user.
Unauthorized, missing or invalid token.
Internal server error.