IBExWalletAPI
AuthenticationMore Sign up

Safe

Add an additional Safe for an existing passkey signer.

This page documents the extra Safe provisioning flow.

Use this endpoint after a passkey sign-in done with intent=safe_provision.

Endpoint

POST /v1.2/auth/sign-in/safe-provision

Authentication

Authorization: Bearer <safe_provision_token> (token returned by POST /v1.2/auth/sign-in when intent=safe_provision)

Request body

{
  "blockchainId": 421614,
  "saltNonce": "1"
}

Response

{
  "address": "0x...",
  "blockchainId": 421614,
  "saltNonce": "1",
  "deploySaltNonce": "1",
  "safe_provision_expires_in": 300
}

On this page