Credit Debit
Last updated
Last updated
Credit Debit tables contain the amount and direction (credit/debit) of every transfer event of all assets (ETH, ERC20, ERC721 and ERC1155) across all Ethereum wallets. This table will include two rows for every event, with one row representing credit and one row representing debit. Asset-specific tables are also available for query.
Unlike token transfers, data here is organized into credit and debit rows (similar to the accounting concept called "double entry book").
Using an ERC20 token as an example, a token transfer will be represented as follows:
from_address | to_address | amount | event |
---|---|---|---|
In credit debit, it will be represented two rows.
address | counterparty_address | amount | event |
---|---|---|---|
Debit and credit of ETH from a particular transaction.
Getting the cumulative change of USDC holdings in Uniswap v3 USDC-WETH pool in the last 30 days
Column Name | Description | Example (Credit) | Example (Debit) |
---|---|---|---|