Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
A list of delayed transactions for the authenticated user.
Unique identifier for the delayed transaction.
"clp3j1f9a0000a1cdh6ezx2qv"
The Safe contract address associated with the transaction.
"0x1234567890abcdef1234567890abcdef12345678"
Data payload of the transaction.
"0xabcdef"
Identifier of the task that enqueued this transaction.
"task_abc123"
Identifier of the task responsible for dispatching this transaction.
"task_def456"
Timestamp indicating when the transaction is ready for processing.
"2025-02-07T12:34:56Z"
Type of operation being performed.
CALL
, DELEGATECALL
"CALL"
Identifier of the user associated with the transaction.
"user_123"
Current status of the transaction.
QUEUING
, WAITING
, EXECUTING
, EXECUTED
, FAILED
"QUEUING"
Timestamp of when the transaction was created.
"2025-02-07T12:34:56Z"