Reactions
Get all reactions to a cast
GET
/
v1
/
reactionsByCast
Query Parameters
target_fid
integer
requiredThe FID of the cast's creator
target_hash
string
requiredThe hash of the cast
reaction_type
enum<string>
default: REACTION_TYPE_LIKErequiredThe type of reaction, either as a numerical enum value or string representation
Available options:
REACTION_TYPE_LIKE
, REACTION_TYPE_RECAST
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