Get a list of popular casts

This API returns a list of popular casts on Farcaster.

This API has 2 modes of operation: 1) top_k (impression) mode and 2) paging mode. top_k mode is used if top_k is specified (and page_size, page_number parameters ignored), otherwise paging mode is used.

  1. In top_k mode, you specify a top_k along with an impression_count. impression_count specifies the number of items in the returned results to be considered "seen" by the viewing user, and those items will be excluded in subsequent API calls. If impression_count is 0, the same list is returned everytime.

  2. In paging mode, you can request for a specific range of items using a simple paging mechanism specified by page_size and page_number. No impression information is taken into consideration when returning the items list.

Language
Credentials
Header
Click Try It! to start a request and see the response here!