v1
latestOpenAPI 3.0.02026-07-267331140.7 KBSafe Management
List Delayed Transactions
Returns an array of delayed transactions associated with the authenticated user, excluding failed transactions.
get/api/v1/delay-relay
Response
A list of delayed transactions for the authenticated user.
Example response
[
{
"id": "clp3j1f9a0000a1cdh6ezx2qv",
"safeAddress": "0x1234567890abcdef1234567890abcdef12345678",
"transactionData": "0xabcdef",
"enqueueTaskId": "task_abc123",
"dispatchTaskId": "task_def456",
"readyAt": "2025-02-07T12:34:56Z",
"operationType": "CALL",
"userId": "user_123",
"status": "QUEUING",
"createdAt": "2025-02-07T12:34:56Z"
}
]