FarcasterQuotedRecasts API
Learn all the detailed references of FarcasterQuotedRecasts API that provide Farcaster casts information, including the input filters and output fields.
The FarcasterQuotedRecasts API enables you to fetch a list of all quoted recasts based on various filters, including quoted recasters, quoted recast hash, quoted recast's parent hash, and quoted recast's URL.
Inputs
filters
Name | Type | Description |
---|---|---|
|
| Filter by parent caster's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API. |
|
| Filter by parent cast hash. |
|
| Filter by parent cast URL. |
|
| Filter by recaster's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API. |
blockchain
For FarcasterQuotedRecasts API, it will return all Farcaster quoted recasts.
You just need to specify the input to ALL
for the query to work.
Enum | Description |
---|---|
| - |
Outputs
Name | Type | Description |
---|---|---|
|
| Time when the quoted recast was casted. |
| Nested Query â Quoted recaster details. | |
| Nested Query â Farcaster Channel where the quote recast is casted. | |
|
| Embeds contained in the quote recasts. |
|
| Quoted recaster's FID. |
| Nested Query â Farcaster Frame attached to the quoted recast. | |
|
| Quoted recast Hash. |
|
| Airstack unique identifier for the data point. |
|
| Nested Query â Farcaster profiles that like that are mentioned in the quoted recast. |
|
| Number of likes on the quoted recast. |
|
| Number of recasts on the quoted recast. |
|
| Number of replies on the quoted recast. |
| Nested Query â Quoted recast's parent details. | |
|
| Quoted recast's parent FID. |
|
| Quoted recast's parent hash. |
|
| Quoted recast's parent URL. |
| Nested Query â Quoted recast's details of the quoted recast. | |
|
| Raw text contained in the quoted recast. |
| Nested Queries â List of all Farcaster profiles recasted the quoted recast. | |
|
| The root hash of the quoted recast, if any. |
|
| The root URL of the quoted recast, if any. |
| Nested Query â The social capital value details of a given Farcaster quoted recast. | |
|
| The text content of the quoted recast. |
|
| Warpcast's Quoted Recast URL. |
Last updated