List Node Network Wallet Defaults
Default wallet mappings for (node, network, type). Assign a default wallet per network and type (apex or node).
Authentication: Bearer token required.
Endpoint: GET /api/v1/node-network-wallet-defaults
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| node_id | string | Yes | — | Node UUID |
| network_id | string | No | — | Filter by network UUID |
| type | string | No | — | apex or node |
| page | int | No | 1 | Page number |
| per_page | int | No | 10 | Items per page (max 100) |
Response — 200 OK
Paginated list with items (id, node_id, network_id, wallet_id, type, wallet, created_at, updated_at).