Skip to main content

Overview

Goldsky provides curated Movement mainnet datasets covering events, transactions, fungible assets, table items, and objects from the Move VM. Use these datasets to build real-time pipelines on top of Movement without managing raw node infrastructure.

Available datasets

All Movement datasets live under the movement_mainnet namespace.
The Datasource explorer always has the latest dataset versions. You can also list them with goldsky dataset list.

Quick start

The fastest way to explore Movement data is with a blackhole sink and goldsky turbo inspect:

Guide: Track fungible asset activity

Stream fungible asset activities (transfers, mints, burns) into Postgres for accounting and analytics:

Guide: Monitor a specific account

Filter user transactions to a single Movement account:

Performance tips

Movement produces high volumes of events and activities. Apply filters as early as possible to reduce data volume downstream:
For backfills of raw_events or raw_fungible_asset_activities, consider medium or large resource sizes:
When building and testing pipelines, use start_at: latest to avoid processing large amounts of historical data:
For any questions or feedback, reach out at support@goldsky.com.