Configuration Endpoints
GET /api/config
Read wallet configuration including:
zebra_urllast_scan_height- Theme / network fields (build-dependent)
POST /api/config/zebra-url
Body: { "url": "http://host:8232" }
POST /api/config/theme
UI theme preference for companion frontends.
CLI equivalent
nozy config --set-zebra-url http://127.0.0.1:8232
File location
Same as Network Configuration — %APPDATA%\nozy\nozy\config\config.json on Windows.
No API to set last_scan_height while server running — use sync ranges or stop server and edit config for advanced rescans.