Uniswap V2 Tables
Ethereum Uniswap V2 tables available to query via SQL
Tables available to query
Name | Description |
---|---|
Top 1000 Uniswap-V2 Pools | |
Pool stats (reserves, etc) for each block | |
Join between pools and pool_stats | |
Uniswap-V2 mint events | |
Uniswap-V2 burn events | |
Uniswap-V2 swap events | |
Uniswap-V2 sync events | |
Uniswap-V2 mint events from the last 30 minutes, ~128 blocks | |
Uniswap-V2 burn events from the last 30 minutes, ~128 blocks | |
Uniswap-V2 swap events from the last 30 minutes, ~128 blocks | |
Uniswap-V2 sync events from the last 30 minutes, ~128 blocks |
The columns and their schema available for each table can be viewed with the describe <table>
command. For example:
Improving query performance - indexed columns
Query performance can be significantly improved by adding WHERE
clauses to your query on specific indexed columns.
Table Name | Indexed Columns |
---|---|
|
|
|
|
|
|
Last updated