flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
amount of ALGOs spent on NFDomains purchased by wallet
ML6
amount of ALGOs spent on NFDomains purchased by wallet
Updated 2022-06-23
Copy Reference
Fork
9
1
2
3
›
⌄
select
sum
(
amount
)
,
receiver
from
algorand
.
payment_transaction
where
tx_id
in
(
select
distinct
tx_id
from
algorand
.
transactions
where
asset_id
in
(
select
distinct
asset_id
from
algorand
.
asset
where
asset_url
like
'%nfd.json%'
)
)
group
by
receiver
Results
Run a query to Download Data