Create Wallet
Wallet management and contract deployment.
Authentication: Bearer token required.
Endpoint: POST /api/v1/wallets
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| node_id | string | Yes | Node UUID |
| chain_id | string | Yes | Chain UUID |
| name | string | Yes | 1–255 chars |
Response — 201 Created
Returns wallet object (id, node_id, chain_id, name, address, is_active, created_at, updated_at).
| Status | Description |
|---|---|
| 404 | Node or chain not found |