Network Adapters LIVE

qvtx_network.py

What it is

One uniform interface — create / lookup / verify — across every system type (5 crypto + 7 fiat).

How it works

API

endpointnotes
GET /api/networksall system types
GET /api/verify?system=SWIFT&a=<BIC>&a=<IBAN>validate identifier
GET /api/lookup?system=<s>&ident=<id>live state

CLI

qvtx_network.py networks
qvtx_network.py create <label>
qvtx_network.py lookup <system> <ident>
qvtx_network.py verify <system> <args...>

Example

verify SWIFT DEUTDEFF DE89..  ->  real=true (BIC live + IBAN multi-source)
What's real: REAL verification logic (genuine ISO checks). Crypto lookups hit live RPCs; remote chains need outbound network.

← all services