flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Near Wallet age
dannyamah
Near Wallet age
Updated 2025-05-12
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
WITH
first_tx
AS
(
SELECT
MIN
(
block_timestamp
)
AS
first_tx_date
FROM
near
.
core
.
fact_transactions
WHERE
tx_signer
=
'{{wallet}}'
)
SELECT
DATEDIFF
(
'day'
,
first_tx_date
,
CURRENT_DATE
)
AS
wallet_age_days
FROM
first_tx
;
Results
Last run: about 1 month ago
WALLET_AGE_DAYS
1
1026
1
1
8B
3s