Skip to main content
GET
Retrieve Safe migration status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

migrationId
string
default:safe-replacement-2026-06

Migration identifier to look up.

Response

Successfully retrieved safe migration info.

migrationId
string
required
Example:

"safe-replacement-2026-06"

hasOldSafe
boolean
required

Whether a previous safe was recorded for this migration.

status
enum<string> | null

Migration status, or null if the user has not started this migration.

Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
FAILED
newSafe
object | null

The user's current active safe.

oldSafe
object | null

The previous safe recorded during migration, if any.