> ## Documentation Index
> Fetch the complete documentation index at: https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# dex_aggregator.trades

> Description of the dex_aggregator.trades table on Dune

export const TableSample = ({tableName, tableSchema}) => <div>
    <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6c1ea=${tableSchema}&table_name_t6c1ea=${tableName}`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
  </div>;

export const ColumnDescriptions = ({tableName, tableSchema}) => <div>
    <iframe src={`https://dune.com/embeds/3424601/5785601?table_name_t6c1ea=${tableName}&table_schema_t6c1ea=${tableSchema}`} style={{
  width: "100%",
  height: "500px",
  border: "none",
  marginTop: "10px"
}} />
    <Info> Datatypes on Snowflake datashare are different in some cases, read more <a href="/datashare/datashare#datatypes">here</a>.  </Info>
  </div>;

export const TableDescription = ({tableName, tableSchema}) => <div>
    <iframe src={`https://dune.com/embeds/3445927/5789486?table_name_t6c1ea=${tableName}&table_schema_t6c1ea=${tableSchema}`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
  </div>;

The dex\_aggregator.trades table is pivotal for analyzing the operations and impact of cryptocurrency aggregator platforms like 1inch or CowSwap. These aggregators optimize trade execution by pooling liquidity from various decentralized exchanges (DEXs) to offer users better pricing and reduced slippage.

## Table specifics

The `dex_aggregator.trades` table captures the intents of users to swap tokens on a DEX aggregator platform. It records the details of the trade, including the user's address, the tokens being swapped, the amount of tokens swapped, the price, and the timestamp of the trade.

In this table you will not find the details of the trade execution, for that you will have to join `dex.trades` and this table on the `tx_hash` column.

## Coverage

The `dex.aggreator_trades` table is maintained by Dune and its community of contributors. We try to make sure that the data is as accurate and up-to-date as possible. However, Dune does not guarantee the accuracy or completeness of the data provided. The table covers the following decentralized exchanges and their versions:

<div>
  <iframe src="https://dune.com/embeds/3457736/5810651/" width="100%" height="300px" frameBorder="0" scrolling="no" />
</div>

## Table Description

<TableDescription tableSchema="dex_aggregator" tableName="trades" />

## Column Descriptions

<ColumnDescriptions tableSchema="dex_aggregator" tableName="trades" />

## Table Sample

<TableSample tableSchema="dex_aggregator" tableName="trades" />
