Content pfp
Content
@
0 reply
20 recasts
20 reactions

Mac Budkowski ᵏ pfp
Mac Budkowski ᵏ
@macbudkowski
What's the easiest way to check when someone joined Farcaster? I know how to find someone's FID but not sure where could I check the date when they created an account
2 replies
0 recast
5 reactions

Jason Goldberg Ⓜ️ 💜 pfp
Jason Goldberg Ⓜ️ 💜
@betashop.eth
this is actually more complicated than you might imagine, because all join dates were reset when the migration to optimism mainnet happened in september 2023 and then again when contracts were updated on 7 November 2023 Example: https://app.airstack.xyz/query/wJN8EPRanE
1 reply
0 recast
1 reaction

Chinmay 🧺 📈 pfp
Chinmay 🧺 📈
@chinmay.eth
Checkout the APIs by @airstack.eth . It's pretty slick!
0 reply
0 recast
0 reaction

P pfp
P
@kohli
Here you go - change the leading FID variable: ``` FID=17878; curl -s "https://nemes.farcaster.xyz:2281/v1/userDataByFid?fid=$FID&user_data_type=4" | jq '.messages[0].data.timestamp' | xargs -I {} bash -c 'echo $(({} + 1609459200))' | xargs -I {} date -r {} '+%Y-%m-%d %H:%M:%S' 2023-08-15 18:38:02 ```
0 reply
0 recast
0 reaction