Authorizations
API key to authorize requests
Query Parameters
The unique identifier of a farcaster user or app (unsigned integer)
Required range:
x >= 0
Example:
3
Providing this will return a list of reactions that respects this user's mutes and blocks and includes viewer_context
.
Required range:
x >= 1
Type of reaction to fetch (likes or recasts or all)
Available options:
all
, likes
, recasts
Number of results to fetch
Required range:
1 <= x <= 100
Example:
30
Pagination cursor.
Response
Success
The response is of type object
.