CoolFace
Datasetpublic

BlockDB/Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data

Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB liquidity_pools_swap_fees (Ethereum). Load from datasets import load_dataset ds = load_dataset("BlockDB/Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2020-05 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data.

sourceHugging Faceupdated 26d agoView on Hugging Face
0likes475downloads
Dataset Card

Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data

Hive-partitioned Parquet export of BlockDB liquidity_pools_swap_fees (Ethereum).

Load

python
from datasets import load_dataset
ds = load_dataset("BlockDB/Liquidity-Pools-Swap-Fees-Ethereum-Cryptocurrency-Data", split="train")

Files live under data/year=YYYY/month=MM/part-NNNN.parquet.

Range: 2020-05 .. 2026-06 (UTC calendar months).

Schema

columntype
block_timestamptimestamp
block_numberint64
tx_indexint32
log_indexint32
pool_uidstring
exchange_idint32
type_idint32
token_instring
token_outstring
fee_tokenstring
amount_in_rawstring
amount_out_rawstring
fee_amount_total_rawstring
fee_amount_user_rawstring?
fee_amount_protocol_rawstring?
fee_amount_extra_rawstring?
_tracing_idstring
_parent_tracing_idsstring
_created_attimestamp
_updated_attimestamp