<TokenBalancesListView />

Multichain token balances with token logos, spot prices and 24h price deltas.

This interface provides a snapshot of an individual's or organization's token assets, commonly used for portfolio tracking and financial analysis. Displaying token logos, chain and token names, quote rates, balance, and value quotes—with sortable columns—it features delta values for recent balance changes. Users can also see the summed total quote for the entire wallet, offering a complete financial overview based on a single wallet address input.

Usage

Below is basic implementation of the <TokenBalancesListView /> component. You can use this as a starting point for your own implementation.

React
import { TokenBalancesListView } from "@covalenthq/goldrush-kit"; export default function CovalentDemo() { return <TokenBalancesListView />; }
Name
Type
Description
Properties
chain_namesChain[]Array of chain names. eg: [eth-mainnet].
addressstringThe requested address.
mask_balancesbooleanHide balances
hide_small_balancesbooleanHide balances under 0.01.
);