Reactions
By FID
Fetch reactions by a user.
GET
Authorizations
API key to authorize requests
Query Parameters
The FID of the reaction's creator
Required range:
x >= 1
Example:
1
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
.