multichainTokens resource is designed for applications that need a holistic view of assets across the entire DeFi ecosystem. It provides unified models that aggregate metadata, liquidity, etc. from multiple chains into a single entry.
Access this resource via hydric.multichainTokens.
Listing Tokens
Thelist method returns a paginated list of tokens containing metadata for multiple blockchains. This is ideal for building “Top Tokens” or “Exploration” views.
Performance Note: Aggegrating data across chains is computationally
expensive. If you only need data for a single specific chain, use the
Single-Chain Tokens resource for
significantly faster responses.
Searching Tokens
Search for assets by ticker symbol or name across all supported blockchains.Data Model
TheMultiChainTokenMetadata object includes:
address: The canonical address (if applicable).symbol: The token ticker (e.g., “USDC”).name: Full token name.chainIds: An array of numeric IDs for every chain where this token has liquidity.logoUrl: A verified icon for the asset.