On cast
Retrieve all reactions (likes or recasts) on a specific cast in the Farcaster network. The cast is identified by its creator’s FID and unique hash. This endpoint helps track engagement metrics and user interactions with specific content.
Authorizations
API key to authorize requests
Query Parameters
The FID of the cast's creator. Required to uniquely identify the cast that received the reactions. Must be used in conjunction with target_hash.
x >= 1
1
The unique hash identifier of the cast that received the reactions. This is a 40-character hexadecimal string prefixed with '0x' that uniquely identifies the cast within the creator's posts. Must be used with target_fid.
"0xfec8fd3546e1f46cf5ad10a4ff9f5d53a3bbe9be"
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.
REACTION_TYPE_LIKE
, REACTION_TYPE_RECAST
"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
The response is of type object
.