FarcasterReactions API
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.
Inputs
filters
Name | Type | Description |
---|---|---|
|
| Filter by cast hash. |
|
| Filter by cast URL. |
|
| Filter by Channel ID. |
| Filter by different criteria selection, including | |
|
| Filter by Frames URL. |
|
| Filter by cast reactor's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API. |
blockchain
For FarcasterReactions API, it will return all Farcaster reactions.
You just need to specify the input to ALL
for the query to work.
Enum | Description |
---|---|
| - |
Outputs
Name | Type | Description |
---|---|---|
| The chosen criteria to filter the reaction selection, including | |
| Nested Query â Farcaster cast details with the specified reaction criteria. | |
|
| Farcaster cast hash |
| Nested Query â Reactor's Farcaster profile details |
Last updated