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

NameTypeDescription

parentCastedBy

Identity_Comparator_Exp

Filter by parent caster's web3 identities, either 0x address, Farcaster, ENS, or Lens. 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, ENS, or Lens. 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.

EnumDescription

ALL

-

Outputs

NameTypeDescription

castedAtTimestamp

Time

Time when the quoted recast was casted.

castedBy

Nested Query – Quoted recaster details.

channel

Nested Query – Farcaster Channel where the quote recast is casted.

embeds

[Map]

Embeds contained in the quote recasts.

fid

String

Quoted recaster's FID.

frame

Nested Query – Farcaster Frame attached to the quoted recast.

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.

parentCast

Nested Query – Quoted recast's parent details.

parentFid

String

Quoted recast's parent FID.

parentHash

String

Quoted recast's parent hash.

parentUrl

String

Quoted recast's parent URL.

quotedCast

Nested Query – Quoted recast's details of the quoted recast.

rawText

String

Raw text contained in the quoted recast.

recastedBy

Nested Queries – List of all Farcaster profiles recasted 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