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