Yousefi_1994Number of wallets are buying NFTs on rand gallery
    Updated 2022-05-26
    select
    count(sender) as number_of_transaction
    from algorand.payment_transaction
    where receiver = 'RANDGVRRYGVKI3WSDG6OGTZQ7MHDLIN5RYKJBABL46K5RQVHUFV3NY5DUE'
    and asset_id = 0
    and amount > 0
    and tx_type_name = 'payment'
    and tx_type='pay'
    and tx_group_id is not null
    Run a query to Download Data