Skip to main content

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

FieldTypeRequiredDescription
node_idstringYesNode UUID
network_idstringYesNetwork UUID

Wallet ID comes from path.


Response — 201 Created

{
"step": "deploy_diamond",
"transaction_id": "550e8400-...",
"status": "started"
}
StatusDescription
404Wallet, node, or network not found