Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Chainticks DEX Swaps

Normalized DEX swap events decoded from public EVM chain logs.

import pandas as pd

DATE = "YYYY-MM-DD"
URL = "https://huggingface.co/datasets/Chainticks/dex-swaps/resolve/main/swaps/date={DATE}/part-0000.parquet"
df = pd.read_parquet(URL)
print(df.head())

Layout

swaps/date=YYYY-MM-DD/part-0000.parquet
_schema.json
_manifest.json
LATEST_DATE.txt

Provenance

Rows must have source_kind in ['on_chain_event']. Chainticks does not publish venue REST/API resale data in this dataset.

Agent Prompt Snippet

Use this dataset as append-only market context. Read LATEST_DATE.txt, inspect _schema.json, then load the relevant Parquet partition. Treat timestamps as UTC and preserve source_kind in downstream analysis.

Affiliation

Chainticks is independent and is not affiliated with the protocols, relays, venues, or government agencies represented by the data.

Downloads last month
339