flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Transactions Over Time
kento
Transactions Over Time
Updated 2024-12-03
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
DATE
(
BLOCK_TIMESTAMP
)
AS
transaction_date
,
COUNT
(
TX_HASH
)
AS
transactions_count
FROM
arbitrum
.
nft
.
ez_nft_transfers
WHERE
BLOCK_TIMESTAMP
>=
'2024-11-01'
AND
BLOCK_TIMESTAMP
<
'2024-12-01'
GROUP
BY
DATE
(
BLOCK_TIMESTAMP
)
;
Results
QueryRunArchived: QueryRun has been archived