Skip to main content
GET
Wallet Supported Networks

List of wallet API supported networks.

  • Use this endpoint to discover which wallet networks are currently available before sending wallet portfolio or PnL requests.
  • This is a lightweight capability-check endpoint and is useful for client-side network selectors or backend feature gating.
  • This endpoint consumes 1 CU per request.
  • Populate wallet-network dropdowns and supported-chain badges.
  • Gate wallet features dynamically instead of hardcoding chain assumptions.
  • Check compatibility before routing users into wallet portfolio or PnL flows.
  • Call this endpoint at app startup or cache the result in your backend.
  • Use the returned network list to decide which wallet endpoints to expose for a given chain.
  • Cache the supported network list and refresh it occasionally rather than on every page load.
  • Use this endpoint as a source of truth when new wallet chains roll out.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Response

A list of supported networks for wallet APIs

success
boolean
required
data
string[]
required