Skip to main content
The Reactions API will accept the following values for the reaction_type field.
StringDescription
LikeLike the target cast
RecastShare target cast to the user’s audience

reactionById

Get a reaction by its created FID and target Cast. Query Parameters
ParameterDescriptionExample
fidThe FID of the reaction’s creatorfid=6833
target_fidThe FID of the cast’s creatortarget_fid=2
target_hashThe cast’s hashtarget_hash=0xa48dd46161d8e57725f5e26e34ec19c13ff7f3b9
reaction_typeThe type of reaction, use string representationreaction_type=Like OR reaction_type=Recast
Example
Response

reactionsByFid

Get all reactions by an FID Query Parameters
ParameterDescriptionExample
fidThe FID of the reaction’s creatorfid=6833
reaction_typeThe type of reaction, use string representationreaction_type=Like OR reaction_type=Recast
pageSizeOptional page size (default: 1000)pageSize=100
pageTokenOptional page token for paginationpageToken=DAEDAAAGlQ...
reverseOptional reverse order flagreverse=true
Example
Response

reactionsByCast

Get all reactions to a cast Query Parameters
ParameterDescriptionExample
target_fidThe FID of the cast’s creatortarget_fid=6833
target_hashThe hash of the casttarget_hash=0x7363f449bfb0e7f01c5a1cc0054768ed5146abc0
reaction_typeThe type of reaction, use string representationreaction_type=Like OR reaction_type=Recast
pageSizeOptional page size (default: 1000)pageSize=100
pageTokenOptional page token for paginationpageToken=DAEDAAAGlQ...
reverseOptional reverse order flagreverse=true
Example
Response

reactionsByTarget

Get all reactions to cast’s target URL Query Parameters
ParameterDescriptionExample
urlThe URL of the parent casturl=chain://eip155:1/erc721:0x39d89b649ffa044383333d297e325d42d31329b2
reaction_typeThe type of reaction, use string representationreaction_type=Like OR reaction_type=Recast
Example
Response