Skip to main content

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

{
  "code": 0,
  "msg": "ok",
  "data": {}
}

Endpoint Map

DomainMethodPathDescription
ConfigGET/api/v1/config/environmentEnvironment and feature flags
NetworkGET/api/v1/networksEnabled chain list
TokenGET/api/v1/tokensToken directory
BalanceGET/api/v1/balances/{address}Address balances
PriceGET/api/v1/pricesMarket prices
ReceiveGET/api/v1/receive/options/{address}Receive options
HistoryGET/api/v1/history/{address}Aggregated history
TransactionGET/api/v1/transactions/{chainId}/{address}Chain transaction list
TransactionGET/api/v1/transactions/{chainId}/hash/{hash}Transaction detail
GasPOST/api/v1/transactions/estimate-gasGas estimate
RiskPOST/api/v1/risk/check-addressAddress risk
RiskPOST/api/v1/risk/check-domainDomain risk
RiskPOST/api/v1/risk/check-transactionTransaction 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.