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
| Header | Required | Value |
|---|---|---|
Authorization | Yes | Bearer <token> |
X-Target-Server | Yes | wallets |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet_id | string (UUID) | Yes | Wallet ID |
network_id | string (UUID) | Yes | Network 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.