Derek2628Exchange balance change copy
    Updated 2024-12-24
    -- forked from Exchange balance change @ https://flipsidecrypto.xyz/edit/queries/8cc79fd0-78dc-430c-9720-aef8fb0b9955

    -- CRYPTOCOM
    WITH from_transactions_cryptocom AS (
    SELECT
    to_date(block_timestamp) as date,
    amount_e8 * (-1) as amount
    FROM
    thorchain.core.fact_transfer_events as c1
    WHERE
    c1.from_address = 'thor1ty6h2ll07fqfzumphp6kq3hm4ps28xlm2l6kd6'
    AND c1.asset = 'THOR.RUNE'
    ORDER BY
    date
    ),
    to_transactions_cryptocom AS (
    SELECT
    to_date(block_timestamp) as date,
    amount_e8 as amount
    FROM
    thorchain.core.fact_transfer_events as c1
    WHERE
    c1.to_address = 'thor1ty6h2ll07fqfzumphp6kq3hm4ps28xlm2l6kd6'
    AND c1.asset = 'THOR.RUNE'
    ORDER BY
    date
    ),
    transactions_all_cryptocom AS (
    SELECT
    *
    FROM
    from_transactions_cryptocom
    UNION
    ALL
    SELECT
    *
    Last run: 3 months ago
    DAY
    CRYPTOCOM_BALANCE
    BINANCE_BALANCE
    KUCOIN_BALANCE
    KRAKEN_BALANCE
    TOTAL_BALANCE
    1
    2024-10-17 00:00:00.000114.48918350449021.31331336.7104979744645.46853360193817.981526
    2
    2024-06-28 00:00:00.000104.78618351806349.95417464674.4367457264113.06971959135242.246821
    3
    2024-06-17 00:00:00.0001.46785650366321.13086985782.2476487279935.4857557732040.332123
    4
    2024-03-18 00:00:00.000049819555.941249188692.79448912557483.15576562565731.891503
    5
    2024-03-09 00:00:00.000290858.63403950941946.493004286665.24097511198944.37585262718414.74387
    6
    2024-01-24 00:00:00.000290798.67403945712738.37765138870.39000710517328.08651756559735.528214
    7
    2024-01-23 00:00:00.000289599.97403945445819.532811156464.35268310493867.56424156385751.423774
    8
    2024-01-18 00:00:00.000289599.65735845668878.031824233041.35196310321030.16155556512549.2027
    9
    2023-12-28 00:00:00.000288600.95735845490669.86302226777.3194239791881.5429355797929.682731
    10
    2023-12-27 00:00:00.000288598.95735845784287.694929149399.3324469740331.35065455962617.335387
    11
    2023-12-24 00:00:00.000288596.33151246853336.99198686797.5531919782364.61311957011095.489808
    12
    2023-12-20 00:00:00.000288536.60461246554228.498859177459.8616169535533.1150556555758.080137
    13
    2023-12-19 00:00:00.000286695.48961246238236.687351171127.5946779526324.22405456222383.995694
    14
    2023-12-18 00:00:00.000286075.09682246763846.047765160130.2806379558928.61182356768980.037047
    15
    2023-12-16 00:00:00.000286044.73682246625176.054595289932.1217899534607.68300756735760.596213
    16
    2023-12-15 00:00:00.000286010.33682246920705.275843104167.0542929524318.43353256835201.100489
    17
    2023-12-14 00:00:00.000285855.33682247046202.10642158723.4599939510777.98473756901558.887973
    18
    2023-12-13 00:00:00.000285134.27421846870258.861427209721.7899219504156.66509856869271.590664
    19
    2023-12-12 00:00:00.000284561.42834446534266.417551123353.9785159501559.22619356443741.050603
    20
    2023-12-10 00:00:00.000284521.38150747202656.838045180823.413989467920.31876757135921.952299
    ...
    629
    56KB
    7s