casinodataxd
收藏资源简介:
nocryinginthecasino市场数据是一个专注于实时加密货币市场数据的开源数据集,涵盖了69个交易场所的7种加密货币(BTC、ETH、SOL、LTC、XRP、SUI、BNB)。数据集包含多种数据类型,如原始交易记录、1秒/1分钟/1小时的OHLCV+delta条形数据、清算事件、全球清算量、资金费率、稳定币事件(铸造/销毁/冻结)、XRP生命周期事件、Solana和SUI的链上事件、Litecoin的链上事件、LTC内存池统计、LTC网络统计和LTC富豪榜快照,以及带有情感分析的新闻文章。数据集以Parquet文件格式按小时分区存储,所有时间戳均为UTC时间戳(自纪元以来的毫秒数)。数据持续从实时TimescaleDB实例同步,每小时更新一次。该数据集适用于时间序列预测、加密货币交易分析、市场情绪研究等任务。
The nocryinginthecasino Market Dataset is an open-source dataset focused on real-time cryptocurrency market data, covering 7 cryptocurrencies (BTC, ETH, SOL, LTC, XRP, SUI, BNB) across 69 trading venues. The dataset includes multiple data types, such as raw transaction records, 1-second/1-minute/1-hour OHLCV+delta bar data, liquidation events, global liquidation volume, funding rates, stablecoin events (minting/burning/freezing), XRP lifecycle events, on-chain events for Solana and SUI, on-chain events for Litecoin, LTC mempool statistics, LTC network statistics, LTC rich list snapshots, and news articles with sentiment analysis. The dataset is stored in Parquet file format with hourly partitioning, and all timestamps are UTC timestamps (milliseconds since the epoch). The data is continuously synchronized from a real-time TimescaleDB instance and updated hourly. This dataset is applicable to tasks such as time series forecasting, cryptocurrency trading analysis, market sentiment research, and more.
nocryinginthecasino Market Data 数据集概述
数据集基本信息
- 数据集名称:nocryinginthecasino Market Data
- 许可证:cc-by-4.0
- 任务类别:时间序列预测
- 标签:加密货币、交易、市场数据、清算、资金费率、新闻情绪、稳定币、XRP
数据来源与范围
- 数据来源于69个交易场所的实时加密货币市场数据。
- 涵盖7种交易符号:BTC、ETH、SOL、LTC、XRP、SUI、BNB。
数据配置与结构
数据集包含以下配置,数据文件均为Parquet格式,按小时分区。
| 配置名称 | 描述 | 关键列 |
|---|---|---|
| trades | 原始交易点 | time, symbol, venue, price, qty, notional, is_buy |
| bars_1s | 每秒OHLCV+delta柱状图(按交易场所) | bucket, symbol, venue, OHLCV, delta, delta_high, delta_low |
| bars_1m | 每分钟OHLCV+delta柱状图(按交易场所) | bucket, symbol, venue, OHLCV, delta, delta_high, delta_low |
| bars_1h | 每小时OHLCV+delta柱状图(按交易场所) | bucket, symbol, venue, OHLCV, delta, delta_high, delta_low |
| liquidations | 单个清算事件 | ts, symbol, venue, side, price, qty, notional |
| global_liq_bars | 全局清算量(所有符号) | bucket, resolution, long_vol, short_vol |
| funding | 资金费率 + 未平仓合约快照 | ts, symbol, venue, rate, oi_usd, mark_price, premium_percent |
| stable_events | 稳定币铸造/销毁/冻结事件 | ts, symbol, event_type, amount, tx_hash |
| xrp_events | XRP生命周期事件 | ts, event_type, account, amount_xrp, tx_hash |
| sol_events | Solana链上事件 | ts, event_type, program, symbol, amount, signature |
| sui_events | SUI链上事件 | ts, event_type, symbol, amount, tx_digest |
| ltc_chain_events | 莱特币链上事件 | ts, event_type, amount_ltc, tx_hash, from_addr, to_addr |
| ltc_mempool_stats | LTC内存池样本(30秒) | ts, mempool_count, total_fee_litoshis, fastest_fee |
| ltc_network_stats | LTC网络快照(每小时) | ts, hashrate, difficulty, block_height, market_price_usd |
| ltc_rich_list | LTC富豪榜快照(每日) | ts, rank, address, balance_ltc, entity |
| articles | 带有情绪的新闻文章 | published_at, title, feed_name, sentiment, sentiment_score |
数据使用
可通过 datasets 库加载数据集,示例如下:
python
from datasets import load_dataset
trades = load_dataset("casinodataxd", "trades")
bars = load_dataset("casinodataxd", "bars_1h")
funding = load_dataset("casinodataxd", "funding")
数据时间与更新
- 时间戳格式:所有时间戳均为自纪元(UTC)以来的int64毫秒数。
- 更新计划:数据从实时TimescaleDB实例持续同步,所有数据每小时上传一次。




