Reactions
To a target URL
Fetch all reactions of a specific type (like or recast) that target a given URL. This endpoint is useful for tracking engagement with content across the Farcaster network.
GET
Authorizations
API key to authorize requests
Query Parameters
Target URL starting with 'chain://'.
Example:
"chain://eip155:1/erc721:0x39d89b649ffa044383333d297e325d42d31329b2"
Type of interaction a user can have with content on the Farcaster network.
- Like: Express appreciation for the target content. Similar to "likes" or "favorites" on other platforms.
- Recast: Share the target content with the user's followers, similar to a "retweet" or "reblog". Helps increase content visibility.
Available options:
REACTION_TYPE_LIKE
, REACTION_TYPE_RECAST
Example:
"REACTION_TYPE_LIKE"
Maximum number of messages to return in a single response
Reverse the sort order, returning latest messages first
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
200
application/json
The requested Reactions.
The response is of type object
.