theericstonethorchain users copy
    Updated 2024-01-25
    -- forked from omer93 / thorchain users @ https://flipsidecrypto.xyz/omer93/q/usJjpkWAIYac/thorchain-users

    SELECT
    date_trunc('day',_INSERTED_TIMESTAMP) as day,
    count(distinct from_address) as senders,
    count(distinct to_address) as receivers
    from thorchain.core.fact_transfer_events
    where _INSERTED_TIMESTAMP>=current_date-INTERVAL '3 MONTHS'
    group by 1 order by 1 asc


    Last run: over 1 year ago
    DAY
    SENDERS
    RECEIVERS
    1
    2023-10-25 00:00:00.000320345
    2
    2023-10-26 00:00:00.000435476
    3
    2023-10-27 00:00:00.000380423
    4
    2023-10-28 00:00:00.000390397
    5
    2023-10-29 00:00:00.000361327
    6
    2023-10-30 00:00:00.000438443
    7
    2023-10-31 00:00:00.000612521
    8
    2023-11-01 00:00:00.000562526
    9
    2023-11-02 00:00:00.000384393
    10
    2023-11-03 00:00:00.000551546
    11
    2023-11-04 00:00:00.000555612
    12
    2023-11-05 00:00:00.000486461
    13
    2023-11-06 00:00:00.000475517
    14
    2023-11-07 00:00:00.000455456
    15
    2023-11-08 00:00:00.000437455
    16
    2023-11-09 00:00:00.000797695
    17
    2023-11-10 00:00:00.000653673
    18
    2023-11-11 00:00:00.0001029881
    19
    2023-11-12 00:00:00.00015421268
    20
    2023-11-13 00:00:00.000943852
    93
    3KB
    2s