mamad-5XN3k3required-brown
    Updated 2025-02-17
    select *
    from stellar.defi.fact_trades
    where SELLING_ASSET_CODE = 'XLM' or BUYING_ASSET_CODE = 'XLM'
    order by BLOCK_TIMESTAMP DESC
    limit 2000

    select *
    from stellar.core.fact_accounts
    order by BLOCK_TIMESTAMP DESC
    limit 1000