lthn.io/app/Website/Docs/Content/api/proxy.md
Claude 63447cba2a
docs: 23 additional content pages for docs.lthn.io
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>
2026-04-04 10:15:18 +01:00

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.