Standardized Blockchain Data
Standardized Blockchain Datasets: Unlocking Cross-Chain Insights
The Ortege Data Catalog provides semi-standardized datasets for Bitcoin, Stacks, Stellar, and Movement Labs M1 (testnet), enabling seamless cross-chain comparison and analysis. These datasets offer a consistent structure and common metrics, empowering you to uncover insights and trends across different blockchain ecosystems.
Available Standardized Datasets:
1. network_stats
:
Description: Captures fundamental network activity metrics common to all supported blockchains.
Metrics:
blockchain_id
(identifier for the blockchain)block_number
block_timestamp
(Unix timestamp)transaction_count
active_addresses
(approximate number of active addresses within a given timeframe)average_transaction_fee
(in the native token of the blockchain)
2. market_stats
:
Description: Tracks price and market capitalization data for the native or primary token of each blockchain.
Metrics:
blockchain_id
token_symbol
timestamp
(Unix timestamp)price
(in USD)market_cap
(in USD)trading_volume
(24-hour volume in USD)circulating_supply
total_supply
3. on_chain_tx
:
Description: Provides detailed on-chain transaction data.
Metrics:
blockchain_id
transaction_hash
block_number
timestamp
(Unix timestamp)transaction_type
(e.g., transfer, smart contract call, coinbase)sender_address
receiver_address
amount
(in native token)amount_usd
(amount in USD)transaction_fee
(in native token)transaction_fee_usd
4. smart_contract_tx
:
Description: Tracks smart contract deployments and interactions.
Metrics:
blockchain_id
contract_address
block_number
timestamp
(Unix timestamp)interaction_type
(e.g., deployment, function call, event)function_name
(if applicable)parameters
(as a JSON object)
5. account_tx
:
Description: Captures the transaction history and balance changes for individual blockchain addresses.
Metrics:
blockchain_id
address
block_height
timestamp
(Unix timestamp)amount
(change in balance, positive for credits, negative for debits)balance
(running balance of the address)transaction_type
(e.g., input, output, coinbase)
Currently Supported Blockchains:
Bitcoin
Stacks
Stellar
Movement Labs M1 (testnet)
Benefits of Standardized Datasets:
Cross-Chain Comparison: Easily compare and contrast key metrics across different blockchain networks.
Streamlined Analysis: Simplify your analytical workflows with consistent data structures.
Enhanced Insights: Discover broader trends and patterns across the blockchain ecosystem.
Future Expansion:
We're actively working on expanding our standardized datasets to include more blockchains. Stay tuned for updates!
Explore the Data:
Dive into the Ortege Data Catalog to access these standardized datasets and unlock powerful insights:
Last updated