Skip to main content

Assign Network to Wallet

POST /v1/wallets/{wallet_id}/networks/{network_id}

Assigns a network to an existing wallet. This allows the wallet to operate on multiple networks within the same chain.

Headers

HeaderRequiredValue
AuthorizationYesBearer <token>
X-Target-ServerYeswallets

Path Parameters

ParameterTypeRequiredDescription
wallet_idstring (UUID)YesWallet ID
network_idstring (UUID)YesNetwork ID to assign

Request Body

No request body required.

Response

204 No Content

Network assigned successfully.

400 Bad Request

401 Unauthorized

404 Not Found

Wallet or network not found.

500 Internal Server Error