Indexed DymensionBlockchain Data
Dymension is a Cosmos SDK settlement hub for RollApps, where each chain registers, bonds a sequencer and publishes state updates that a dispute window has to close before they count as settled.
How to query Dymension data with SonarX
Instant Data Share
Available todaySnowflake, and file dumps to your object storage
Query Dymension blockchain data with plain SQL from a live database inside your own Snowflake account, populated with the indexed chain dataset. There is no pipeline to build and no second copy to store. The same dataset ships as file dumps to your own object storage for lakes and warehouses that are not Snowflake.
- Full history as a Snowflake data-share
- File dumps to S3 or your own object storage
- Real-time delivery, current to chain tip — on request
Used for:
- Analytics teams already on Snowflake that want Dymension data beside their existing tables
- Fund accounting and treasury reporting that reconciles against a fixed history
- Cross-chain questions answered in one SQL statement instead of one query per chain
- Loading Dymension history into BigQuery, Databricks, Redshift or a Spark lake
- Replacing a self-hosted indexer and the engineering time that keeps it running
- Serving one governed dataset to several desks without copying it per team
Balances
Enabled on requestTables and REST
Read what a Dymension address held, either as it stands now or exactly as it stood at a past block or timestamp.
- Point-in-time balance tables, as at any block or timestamp
- Real-time balances API for latest and historical balances
- Batch API for wallets, tokens and balances in bulk
Used for:
- Reconstructing Dymension portfolios and NAV as at a reporting date
- Audit and reconciliation work that has to be repeatable months later
- Wallet and portfolio products that render Dymension balances on page load
- Compliance checks that read one Dymension address at one block height
- Refreshing holdings for a whole book of accounts on a schedule
- Tax and cost-basis workflows that need holdings at each event
Realtime API
Enabled on requestREST over the indexed dataset
Query indexed Dymension records over REST, reading the same dataset the share reads, with no warehouse in the path.
Used for:
- Applications that need one answer rather than a table scan
- Customer-facing screens where query latency is visible to a user
- Services that have no data warehouse and do not want to run one
- Prototyping against production data before committing to a share
- Backend checks that run per request instead of per batch
- Teams that want indexed Dymension data behind their own API layer
Dymension data: frequently asked questions
What is Dymension?
Dymension has produced blocks since February 2024, and its job is to settle for other chains rather than to run applications itself. Validators run CometBFT under proof of stake, DYM is the native token in adym units at eighteen decimals, and an account carries both a dym bech32 form and a twenty-byte hex form because the hub uses Ethereum-style keys. The chains it serves are called RollApps. Each one registers with the hub, appoints a sequencer that posts a bond, and publishes state updates describing the blocks it produced. Those updates are not final when they arrive: a window has to pass before the hub treats them as settled, and transfers leaving a RollApp wait with them unless a third party fronts the money for a fee. The hub runs pooled markets of its own as well, using the AMM module Osmosis wrote.
Dymension data on SonarX
SonarX indexes what the hub commits: blocks and transactions with their typed messages, RollApp registrations and state updates, sequencer bonds and rotations, the finalization of each update, transfers held pending and the fulfillments that released them early, pool and liquidity records, staking and governance, and derived balances. Those records land in the normalized model SonarX uses on every network it covers.
Full historical coverage is available today as a data-share or a file delivery. Real-time delivery is enabled on request. Balance tables and the balance APIs can be enabled for Dymension on request.
How SonarX indexes Dymension
The records here describe other chains’ work, and the awkward part is time. A state update arrives, then a window has to elapse before the hub treats it as final, so a RollApp transfer has one height where it was created and a later one where it settled, and an analysis reading only the first reports money as arrived while it could still be undone. Early fulfillment adds a third party, because a market maker pays the recipient before finality and collects the original transfer afterwards, so the account that received the money first is not the one the transfer was addressed to.
What teams build with Dymension data
Settlement monitoring is the first workload: which RollApps are publishing updates, how often, and how long finalization actually takes against the window it is allowed. Sequencer risk work is the second, tracking bonds, rotations and the periods where a chain had no active sequencer at all. Fulfillment economics is the third and is specific to this design, since the fee a market maker earned for fronting a transfer is a measurable price for time. Teams looking at where these chains put their block data pull Celestia into the same warehouse, and DeFi analytics covers the pooled-market side.
Getting Dymension data from SonarX
Tell us the delivery target, how far back you need and how fresh it has to be, and the share is scoped against that. Hub history is available now as a share or a file delivery, and streaming is provisioned on request. Say which RollApps matter, because the hub record and the chain record are scoped together. The published coverage matrix for every network SonarX indexes lives in the data documentation, and the rest of the catalogue is at all indexed chains.
Is there a Dymension data API?
Real-time and batch APIs over indexed Dymension data are enabled on request: the same indexed dataset the Snowflake share reads, served over REST once provisioned. Tell us the lookup pattern you need.
How do I get Dymension data into Snowflake?
SonarX provisions a data-share into your own Snowflake account. The share appears as a database you query with SQL, so there is no pipeline to build and no second copy to store, and it stays current as SonarX advances the indexing pipeline.
How far back does Dymension coverage go?
The historical data-share and file delivery cover the hub's recorded history from its 2024 mainnet forward, and are available today. RollApps registered at different times, so each one's record on the hub begins when it was registered rather than at the hub's first block, and the share is scoped accordingly.
Is Dymension EVM-compatible?
Yes, in the way that matters for tooling. The hub is built with an Ethereum-compatible execution module and Ethereum-style keys, so an account has a dym bech32 form and a twenty-byte hex form, and Solidity contracts have somewhere to run. CosmWasm is not enabled here, and most application logic in this ecosystem lives inside the RollApps instead.