v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Safe Management

Get the Safe deployment status.

Returns the deployment status of the Safe account for the authenticated user.

get/api/v1/safe/deploy

Response

Successfully retrieved the deployment status of the Safe account.

status'ok' | 'not_deployed' | 'processing' | 'failed'

The status of the deployment.

updatedAtstring date-time

The timestamp of the last update.

Example response

{
  "status": "ok",
  "updatedAt": "2021-01-01T00:00:00.000Z"
}