nat_nomad2023-04-21 11:47 AM
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select blockchain_other as blockchain
, dex_other as dex
, blockchain_links.link_prefix || 'address/' || pool_other as pool
, exchanges_other as exchanges
, txs_other as txs
, volume
, pairs_other as pairs
, blockchain_links.link_prefix || 'tx/' || example_transaction as tx_hash_example
from others
left join oneinch on oneinch.pool_1inch = others.pool_other and oneinch.blockchain_1inch = others.blockchain_other
left join blockchain_links on blockchain_links.blockchain = others.blockchain_other
where oneinch.pool_1inch is null and txs_other > {{txs}} and volume > {{volume bigger than}}
order by volume desc nulls last
Run a query to Download Data