Import
Usage
Parameters
All parameters are optional and can be combined to narrow the results.The
yieldType and chains filters are applied at the API level. The
address and symbol filters are applied client-side against the cached
asset data.Return Type
ReturnsSupportedAsset[] — token metadata only. This type intentionally does not include depositable or withdrawable flags because those are per-account properties. See VaultSupportedAsset below for per-account flags.
- Type Definition
- Example Response
Examples
- By Chain
- Combined Filters
- With React Query
- Asset Selector
Account-Level Availability
Thedepositable and withdrawable flags live on each account’s supportedAssets array as VaultSupportedAsset, not on the global SupportedAsset returned here. The same token may be depositable on one account but not another.
Checking Permit Support
To determine the optimal deposit flow for a token, useprepareDepositAuthorization() which automatically detects permit support at the contract level:
Error Handling
Related
- YieldType - Yield strategy types
- Deposit Workflow - Using assets for deposits
- Deposits Guide - Complete deposit examples