Skip to main content

Historical Data Access

Solayer provides historical Solayer Chain data access through Delta Sharing, an open protocol for secure, cross-platform data sharing. This allows you to access historical blockchain data, transaction records, and protocol analytics directly from your preferred tools and environments.
This historical data is for Solayer Chain Mainnet only.

Overview

Delta Sharing enables secure data sharing without copying data. You can read and analyze the shared data using various tools including:
  • Python (with Pandas)
  • Apache Spark
  • Power BI
  • Tableau
  • Snowflake and other Iceberg clients
Access persists as long as the credential is valid. Updates to the data are available in near real time. You can read and make copies of the shared data for your analysis.

Available Tables

Two tables are available through Delta Sharing:

Transactions Table

The transactions table contains detailed records of all Solayer Chain transactions.
To filter successful transactions, use execution_result:Ok IS NOT NULL in your queries.

Blocks Table

The blocks table contains block-level metadata.

Credential File

To access Solayer’s historical data, save the credential file below as a .share file (e.g., solayer.share) on your local system:
This credential expires on January 14, 2027. If you need access after this date, please contact the Solayer team.

How to Access the Data

For detailed instructions on how to read and query the shared data using your preferred tool, please refer to the official Databricks documentation:

Delta Sharing Documentation

Complete guide for reading data shared via Delta Sharing with bearer tokens, including examples for Python, Spark, Power BI, Tableau, and more.

Support

If you encounter any issues or have questions about accessing the historical data: