Activate an existing wallet on additional networks
Permissions required: Create address
Activate the existing wallet identified by walletId on additional networks that share the same cryptographic key derivation (e.g. EVM-compatible chains). Each entry in compatibleNetworkIds produces a new wallet on that network with the same address as the source.
Per-network failures are reported individually in the response without aborting the whole call: a target network that is not key-compatible with the source wallet’s network, or that the organization has not enabled, returns a FAILED status for that entry while other entries continue.
Authorizations
An API key associated with a security role
Path Parameters
An ID uniquely identifying an Anchorage Digital wallet
Body
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.
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.
1 - 25 elementsA network ID that shares cryptographic key derivation with the source wallet's network
Response
Per-network activation results
One entry per requested network, in the order the networks were supplied.