Get Supported Assets

Description

Retrieve the full list of supported assets indexed by Aleno. Each asset includes its canonical symbol and all known on-chain token addresses across supported chains.

This endpoint is under development, additional metadata will be added to the assets.

This endpoint is useful for resolving symbols to chain-specific token addresses, validating availability, and constructing queries for endpoints like /ticker, /search, and /state.

If an asset is currently not supported, feel free to add it using Add New Asset

URL

GET https://pricing.aleno.ai/v1/assets

Headers

x-api-key: your-api-key

Query Parameters

Name
Type
Required
Description

symbol

string

No

Filter by asset symbol (e.g., WETH, AAVE, USDC). Case-insensitive.

If symbol is omitted, all assets are returned.

Response

Returns one or more asset entries, each including the canonical symbol and a list of token contract addresses across supported chains.

Example Request (All Assets)

Example Request (Single Asset)

Example Response

Last updated

Was this helpful?