Skip to content

TokenMetadata

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / TokenMetadata

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7126

Extended token metadata with optional fields

optional name?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7128

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


optional logoUri?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7130

Logo URL


optional isStablecoin?: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7132

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