flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Anchor borrowers
keshan
Anchor borrowers
Updated 2022-02-22
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
block_timestamp
::
date
as
date
,
count
(
distinct
sender
)
as
borrowers
,
sum
(
amount
)
as
amount
,
count
(
DISTINCT
tx_id
)
as
transactions
from
anchor
.
borrows
where
block_timestamp
::
date
>=
CURRENT_DATE
::
date
-
92
group
by
date
Results
Run a query to Download Data