GetFarcasterEngagement
Last updated
curl -X 'POST' \
'https://api.tako.so/v2/farcaster/engagements' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"fids": [
15706
],
"interval": "7d"
}'{
"status": "success",
"data": {
"data": {
"15706": {
"cast": 0,
"comment": 1,
"like": 0,
"link": 0,
"mention": 0,
"recast": 0
}
}
}
}