Create Node Network Wallet Default
Authentication: Bearer token required.
Endpoint: POST /api/v1/node-network-wallet-defaults
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| node_id | string | Yes | Node UUID |
| network_id | string | Yes | Network UUID |
| wallet_id | string | Yes | Wallet UUID |
| type | string | Yes | apex or node |
Response — 201 Created
| Status | Description |
|---|---|
| 404 | Node, network, or wallet not found |
| 409 | Mapping already exists |