permaryUnique Assets on Stellar Ledger
    Updated 4 days ago
    select count(distinct da.asset_id) as total_unique_assets
    from stellar.core.dim_assets da
    join stellar.core.fact_operations fo
    on da.asset_id = fo.asset_id;

    Last run: 4 days ago
    TOTAL_UNIQUE_ASSETS
    1
    158170
    1
    10B
    24s