Reference Data
List Assets
List all supported assets and their network availability
GET
List Assets
List Assets
Returns all assets supported by Legend, including their decimals and which networks they’re available on.Request
Examples
Response
Response fields
| Field | Type | Description |
|---|---|---|
assets | object | Map of asset symbol to asset details |
assets[symbol].name | string | Human-readable asset name |
assets[symbol].decimals | integer | Number of decimal places (use to convert amounts) |
assets[symbol].networks | object | Map of network name to contract details |
assets[symbol].networks[network].chain_id | integer | EVM chain ID |
assets[symbol].networks[network].address | string | Token contract address on that network |
Notes
- Use the
decimalsfield to convert between human-readable amounts and API amounts. For example, 1 USDC =1000000(10^6) in API calls. - An asset is available for earn/withdraw/transfer on a network only if it appears in that asset’s
networksmap.
List Assets