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
parentCastedBy
Identity_Comparator_Exp
Filter by parent caster's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API.
parentHash
String_Eq_In_Comparator
Filter by parent cast hash.
parentUrl
String_Eq_In_Comparator
Filter by parent cast URL.
recastedBy
Identity_Comparator_Exp
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.
ALL
-
Outputs
castedAtTimestamp
Time
Time when the quoted recast was casted.
embeds
[Map]
Embeds contained in the quote recasts.
fid
String
Quoted recaster's FID.
hash
String
Quoted recast Hash.
id
ID
Airstack unique identifier for the data point.
mentions
[Mentions]
Nested Query â Farcaster profiles that like that are mentioned in the quoted recast.
numberOfLikes
Int
Number of likes on the quoted recast.
numberOfRecasts
Int
Number of recasts on the quoted recast.
numberOfReplies
Int
Number of replies on the quoted recast.
parentFid
String
Quoted recast's parent FID.
parentHash
String
Quoted recast's parent hash.
parentUrl
String
Quoted recast's parent URL.
rawText
String
Raw text contained in the quoted recast.
rootParentHash
String
The root hash of the quoted recast, if any.
rootParentUrl
String
The root URL of the quoted recast, if any.
socialCapitalValue
Nested Query â The social capital value details of a given Farcaster quoted recast.
text
String
The text content of the quoted recast.
url
String
Warpcast's Quoted Recast URL.
Last updated