<TokenTransfersListView />

A component to render the historical transfers of a token in your wallet.

Ideal for monitoring and auditing token activity, this interface provides a detailed ledger of token transfers associated with a particular wallet address. It includes paginated and sortable columns for time, token transfer volume, and fiat currency valuations. Detailed transfer information such as from/to addresses, transfer directionality, and transaction hashes enable users to conduct thorough analyses and maintain accurate records.

Usage

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

React
import { TokenTransfersListView } from "@covalenthq/goldrush-kit"; export default function CovalentDemo() { return <TokenTransfersListView />; }
Name
Type
Description
Properties
chain_namesChain[]Array of chain names.
addressstringThe requested address.
contract_addressstringContract address.
);