Skip to content

TokenMetadata

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / TokenMetadata

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7053

Extended token metadata with optional fields

optional name: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7055

Common name (e.g., “USD Coin”, “Tether”)


optional logoUri: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7057

Logo URL


optional isStablecoin: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7059

Whether this is a stablecoin


chain: ChainId

Defined in: @sip-protocol/types/dist/index.d.ts:160

Chain the asset is on

Asset.chain


symbol: string

Defined in: @sip-protocol/types/dist/index.d.ts:162

Token symbol (e.g., ‘SOL’, ‘ETH’, ‘USDC’)

Asset.symbol


address: `0x${string}` | null

Defined in: @sip-protocol/types/dist/index.d.ts:164

Token contract address (null for native tokens)

Asset.address


decimals: number

Defined in: @sip-protocol/types/dist/index.d.ts:166

Number of decimals

Asset.decimals