#Pairs
Uniswap pairs are liquidity aggregators on the Uniswap protocol that enable users to exchange tokens. They are constituted of two (hence pair) ethereum tokens.
#Pair attributes
#address
The contract address of the pair.
#block 0
Block 0 for a pair is the first block in which the pair was tradable.
#summaries
Pair summaries represent the aggregated data for a pair over a specific time interval (day, hour, minute). They include the following attributes:
interval: The time interval for which the data is aggregated (day, hour, minute)starts_at: The starting timestamp of the intervalvolume: The total volume traded in the pair during the intervalmin_price: The minimum price of the pair during the intervalmax_price: The maximum price of the pair during the intervalopening_price: The price of the pair at the start of the intervalclosing_price: The price of the pair at the end of the intervalswaps_count: The number of swaps that occurred in the pair during the intervalaverage_gas_price: The average gas price of the swaps in the pair during the interval

