Content
@
0 reply
20 recasts
20 reactions
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
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