Skip to main content

Simple metadata for a single token across multiple blockchain ecosystems. This aggregates fragmented chain-specific metadata into a unified model to simplify cross-chain interactions.

addresses
object[]
required

The collection of underlying contract addresses for this token across multiple chains.

symbol
string
required

The representative token symbol across all chains

Example:

"USDC"

name
string
required

The representative token name across all chains

Example:

"USD Coin"

logoUrl
string
required

The representative token logo across all chains

Example:

"https://logos.hydric.org/tokens/1/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"

chainIds
enum<number>[]
required

The chain IDs where this token is available

Available options:
1,
143,
130,
999,
8453,
9745,
534352
Example:
[1, 8453]