tkvresearchabove-coral
    Updated 1 minute ago
    -- select swap_program,
    -- sum(SWAP_TO_AMOUNT_USD) as total_vol_usd
    -- from solana.defi.ez_dex_swaps
    -- where date(block_timestamp) >= current_date() - 30
    -- group by 1

    select protocol,
    sum(volume) as total_vol
    from external.defillama.fact_dex_volume
    where chain = 'solana'
    and
    DATE >= current_date() - 30
    group by 1
    order by 2 desc
    Last run: 1 minute agoAuto-refreshes every 6 hours
    PROTOCOL
    TOTAL_VOL
    1
    raydium amm26701678629
    2
    orca20957096261
    3
    meteora dlmm16647952587
    4
    pumpswap14543334142
    5
    lifinity v15230610694
    6
    stabble3734340623
    7
    pump.fun3612410621
    8
    meteora pools2393967747
    9
    launchlab480509640
    10
    phoenix477910045
    11
    launch coin on believe172116580
    12
    drift amm67411118
    13
    saber47318330
    14
    goosefx v244339837
    15
    sanctum infinity43236437
    16
    manifest trade26150768
    17
    sanctum reserve18655087
    18
    hashflow18081393
    19
    boop.fun9356626
    20
    saros7458752
    28
    669B
    1s