Skip to main content
POST
Activate an existing wallet on additional networks

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

walletId
string
required

An ID uniquely identifying an Anchorage Digital wallet

Body

application/json
activateAllCompatibleNetworks
boolean

When true, activate the source wallet on every network that is key-compatible with its network and enabled for your organization — the same set returned by compatibleNetworkIds on /asset-types — without enumerating them. Mutually exclusive with compatibleNetworkIds; supplying both, or neither, is rejected with a 400.

compatibleNetworkIds
string[]

Target network IDs to activate the source wallet on. Each network must be key-compatible with the source wallet's network; incompatible entries are reported as FAILED in the response without affecting other entries. Mutually exclusive with activateAllCompatibleNetworks — provide exactly one.

Required array length: 1 - 25 elements

A network ID that shares cryptographic key derivation with the source wallet's network

Response

Per-network activation results

results
ActivateWalletResult · object[]
required

One entry per requested network, in the order the networks were supplied.