eth.sushiswap.pools
SQL table schema for eth.sushiswap.pools
Ethereum Top 1000 SushiSwap Pools.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The id of this specific token:token liquidity pool. |
| CHARACTER VARYING | The human-readable symbol name for the first token in the pool, eg. "WETH". |
| CHARACTER VARYING | The contract address that defines the first token in the pool. |
| CHARACTER VARYING | The human-readable symbol name for the second token in the pool, eg. "USDC". |
| CHARACTER VARYING | The contract address that defines the second token in the pool. |
Last updated