v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBReaction
Reactions for cast
Fetches reactions for a given cast
get/v2/farcaster/reactions/cast/
Query parameters
hashstring required
Example:0x71d5225f77e0164388b1d4c120825f3a2c1f131c
typesstring[] required
Customize which reaction types the request should search for. This is a comma-separated string that can include the following values: 'likes' and 'recasts'. By default api returns both. To select multiple types, use a comma-separated list of these values.
viewer_fidinteger
Providing this will return a list of reactions that respects this user's mutes and blocks and includes viewer_context.
limitinteger
Example:30
Number of results to fetch
cursorstring
Pagination cursor.
Response
Success
Example response
{
"reactions": [
{
"app": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
},
"reaction_type": "Like",
"user": {
"auth_addresses": [
{
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"app": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
}
],
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3,
"profile": {
"bio": {
"mentioned_profiles": [
{
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
]
}
},
"verifications": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"verified_addresses": {
"eth_addresses": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"primary": {
"eth_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}
}
}
}
]
}