Casts
Fetch all casts authored by an FID.
GET
/
v1
/
castsByFid
Query Parameters
fid
integer
requiredThe FID of the casts' creator
pageSize
integer
Maximum number of messages to return in a single response
reverse
boolean
Reverse the sort order, returning latest messages first
pageToken
string
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
200 - application/json
messages
object[]
requirednextPageToken
string
required