Updated 2025-04-10
    with tab0 as (
    SELECT
    date(recorded_hour) as date1,
    median(price) as token_price
    FROM osmosis.price.ez_prices
    WHERE symbol LIKE 'AXL'
    GROUP BY 1
    ), tab1 as (
    SELECT
    created_at,
    id,
    amount,
    data,
    fees,
    data:call:receipt:from as user,
    data:call:chain as source_chain,
    data:call:returnValues:destinationChain as destination_chain,
    fees:token:token_price:usd as token_price1,
    case when NOT token_price1 is NULL
    then token_price1
    when data:approved:returnValues:symbol LIKE '%USDC%' then 1
    when data:approved:returnValues:symbol LIKE '%USDT%' then 1
    when data:approved:returnValues:symbol LIKE '%DAI%' then 1
    when data:approved:returnValues:symbol LIKE '%MAI%' then 1
    when call:returnValues:symbol LIKE '%USDC%' then 1
    when call:returnValues:symbol LIKE '%USDT%' then 1
    when call:returnValues:symbol LIKE '%DAI%' then 1
    when call:returnValues:symbol LIKE '%MAI%' then 1
    when call:returnValues:symbol LIKE 'AXL' then token_price
    end as token_price2

    FROM axelar.axelscan.fact_gmp
    LEFT outer JOIN tab0
    on date1 = date(created_at)
    WHERE not amount is NULL
    AND SIMPLIFIED_STATUS LIKE 'received'
    Last run: 13 days agoAuto-refreshes every 3 hours
    DESTINATION_CHAIN
    VOLUME
    USERS
    1
    base
    226402589.93575989653
    2
    linea
    38169726.668657733687
    3
    Blast
    10762.6194787
    4
    ki
    7.2141343
    5
    Moonbeam
    45463107.751899124984
    6
    optimism
    100245766.44430554451
    7
    lava
    1077.6721755
    8
    fantom
    75.9722480657
    9
    polygon
    290455.0609579991968
    10
    Binance
    523245.9301818
    11
    osmosis
    417631194.69606985890
    12
    immutable
    6607148.1603524415209
    13
    moonbeam
    11141.18947661
    14
    crescent
    15132.59886722
    15
    dymension
    11186.10644620
    16
    sommelier
    1.3757581
    17
    archway
    24664.8711613
    18
    persistence
    1.551522
    19
    nolus
    0.966271
    20
    Ethereum
    574655377.05990646818
    63
    2KB
    61s