Wallet API + UI LIVE (public)

qvtx_api.py

What it is

HTTP/JSON API and a browser wallet over the whole stack. Runs as a systemd service on the box public IP.

How it works

API

endpointnotes
GET /wallet UI
GET /docsthis documentation
GET /methodvaluation method
GET /api/*all JSON endpoints above

CLI

PORT=8700 python3 qvtx_api.py   (or systemctl start qvtx-wallet)

Example

http://203.161.33.24:8700/  (wallet)   ·   http://203.161.33.24:8700/docs   ·   http://203.161.33.24:8700/api/valuation
What's real: REAL and publicly reachable at http://203.161.33.24:8700.

← all services