Skip to content
Home/Docs/Components/Token-list

Token List

A customizable component for displaying token balances and prices with multiple layout options.

Total Value: $9244.50
ETH

Ethereum

ETH

1.5

BTC

Bitcoin

BTC

0.05

USDC

USD Coin

USDC

1.00K

USDT

Tether

USDT

500

SOL

Solana

SOL

25

Installation

Run the following command to add the Token List component to your project:

npx shadcn@latest add https://w3-kit.com/registry/token-list.json

This will:

  • Create the component in your components/ui directory
  • Add all necessary dependencies to your package.json
  • Set up required configuration files
  • Add token price fetching utilities to your project