description |
---|
Learn all the detailed references of FarcasterReactions API that provide Farcaster casts information, including the input filters and output fields. |
The FarcasterReactions API enables you to fetch a list of all reactions, which includes likes, replies, and recasts, on Farcaster based on various filters, including reactor's, cast hash, cast's URL, and Frame URL, if any.
Name | Type | Description |
---|---|---|
castHash |
String_Eq_In_Comparator_Exp |
Filter by cast hash. |
castUrl |
String_Eq_In_Comparator_Exp |
Filter by cast URL. |
channelId |
String_Comparator_Exp |
Filter by Channel ID. |
criteria |
FarcasterReactionCriteria! |
Filter by different criteria selection, including like , recast , and replied . |
frameUrl |
String_Eq_In_Comparator_Exp |
Filter by Frames URL. |
reactedBy |
Identity_Comparator_Exp |
Filter by cast reactor's web3 identities, either 0x address, Farcaster, or ENS. |
{% hint style="info" %} For FarcasterReactions API, it will return all Farcaster reactions.
You just need to specify the input to ALL
for the query to work.
{% endhint %}
Enum | Description |
---|---|
ALL |
- |
Name | Type | Description |
---|---|---|
Criteria |
FarcasterReactionCriteria |
The chosen criteria to filter the reaction selection, including like , recast , and replied . |
Reaction.cast |
FarcasterCast |
Nested Query – Farcaster cast details with the specified reaction criteria. |
Reaction.castHash |
String |
Farcaster cast hash |
Reaction.reactedBy |
Social |
Nested Query – Reactor's Farcaster profile details |