Documentation Index
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
Wallet Overview
Base URLs
- User API:
/api/v1 - Admin API:
/api/admin
Response Envelope
Endpoint Map
| Domain | Method | Path | Description |
|---|---|---|---|
| Config | GET | /api/v1/config/environment | Environment and feature flags |
| Network | GET | /api/v1/networks | Enabled chain list |
| Token | GET | /api/v1/tokens | Token directory |
| Balance | GET | /api/v1/balances/{address} | Address balances |
| Price | GET | /api/v1/prices | Market prices |
| Receive | GET | /api/v1/receive/options/{address} | Receive options |
| History | GET | /api/v1/history/{address} | Aggregated history |
| Transaction | GET | /api/v1/transactions/{chainId}/{address} | Chain transaction list |
| Transaction | GET | /api/v1/transactions/{chainId}/hash/{hash} | Transaction detail |
| Gas | POST | /api/v1/transactions/estimate-gas | Gas estimate |
| Risk | POST | /api/v1/risk/check-address | Address risk |
| Risk | POST | /api/v1/risk/check-domain | Domain risk |
| Risk | POST | /api/v1/risk/check-transaction | Transaction risk |
Notes
- WalletConnect / Reown sessions are handled client-side.
- Backend is read-side and configuration-side only.
- Private keys and mnemonics never enter backend APIs.