get
https://public-api.birdeye.so/v1/wallet/list_supported_chain
Retrieve a list of all wallet supported networks.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
1 CUper request.
Use Cases 💡
- 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.
How to Use 🛠️
- 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.
Best Practices ✅
- 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.
