01
Mobile ledger
Balances, FX and card controls. The same API the website uses.
Wealth · FX · Crypto rails
A client platform with Python jobs behind it: quotes, ledgers and transfers over a REST API — not a slide deck of “AI banking”.
Platform
01
Balances, FX and card controls. The same API the website uses.
02
Model portfolios, scheduled buys, Python jobs for rebalancing.
03
Quoted pairs, withdrawal whitelist, audit log per request.
Live demo
This page hits api.php on this server. Same contract a Django or FastAPI service would expose.
from nexus import Client
api = Client(api_key="nx_live_demo")
print(api.fx.quote("EUR", "JPY"))
// response
Onboarding