Complete documentation across all 6 sections: - Getting Started (4): introduction, quick-start, registration, dns-management - Chain (5): overview, daemon-rpc, wallet-rpc, mining, aliases, hardforks - Names (4): overview, registration, dns-records, sunrise, sidechain - Services (4): dns-hosting, ssl-certificates, proxy-network, gateway-operators - API (6): overview, names, explorer, proxy, gateway, authentication - Governance (3): cic, wallet-holders, economics 28 markdown pages total, covering the full Lethean ecosystem. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
795 B
795 B
Proxy API
Endpoints for connecting to the decentralised proxy network, tracking usage, and checking billing.
Endpoints
Network Status
GET /v1/proxy/status
Network availability, node count, and pricing tiers.
List Nodes
GET /v1/proxy/nodes
All available nodes filtered by capability (proxy, vpn, mobile).
Connect
POST /v1/proxy/connect
Authorization: Bearer {token}
{"capability": "proxy"}
Returns gateway connection details (WireGuard endpoint, session token).
Usage
GET /v1/proxy/usage
Authorization: Bearer {token}
Per-key usage tracking — bytes transferred, request count.
Billing
GET /v1/proxy/billing/{apiKey}
Authorization: Bearer {token}
Billing data for Blesta metered invoicing — charges per tier.