By parent cast

Retrieve all reply casts (responses) to a specific parent cast in the Farcaster network. Parent casts can be identified using either a combination of FID and hash, or by their URL. This endpoint enables traversal of conversation threads and retrieval of all responses to a particular cast.

Query Params
uint64
≥ 1

The Farcaster ID (FID) of the parent cast's creator. This parameter must be used together with the 'hash' parameter to uniquely identify a parent cast. Required only when using hash-based lookup instead of URL-based lookup. The FID is a unique identifier assigned to each Farcaster user.

string

The unique hash identifier of the parent cast. Must be used together with the 'fid' parameter when doing hash-based lookup. This is a 40-character hexadecimal string prefixed with '0x' that uniquely identifies the cast within the creator's posts. Not required if using URL-based lookup.

uri

Cast URL starting with 'chain://'

integer

Maximum number of messages to return in a single response

boolean

Reverse the sort order, returning latest messages first

string

The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page

Responses

Language
Credentials