Deploy Node Contracts
Authentication: Bearer token required.
Endpoint: POST /api/v1/wallets/{id}/deploy
Starts or continues an ordered deployment sequence. Safe to call repeatedly.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| node_id | string | Yes | Node UUID |
| network_id | string | Yes | Network UUID |
Wallet ID comes from path.
Response — 201 Created
{
"step": "deploy_diamond",
"transaction_id": "550e8400-...",
"status": "started"
}
| Status | Description |
|---|---|
| 404 | Wallet, node, or network not found |