Leverage Dune’s Datasets API for programmatic access to explore all queryable tables on Dune. Discover schemas, metadata, and ownership details without writing SQL—perfect for building data catalogs, discovery tools, and data integration pipelines.Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Data Discovery: Programmatically browse and search through all available datasets on Dune
- AI Agents: Allow AI agents to understand the available tables and schemas before constructing the SQL query.
- Schema Exploration: Retrieve column names, data types, and metadata for any table
- Access Management: Filter datasets by owner to understand team data assets
List Datasets
Retrieve a paginated list of datasets with optional filtering by owner and
type.
Get Dataset
Get detailed information about a specific dataset including columns and
metadata.
Search Datasets
Search across the dataset catalog with free-text queries and advanced
filters.
Search by Contract Address
Find decoded datasets associated with a specific smart contract address.