Farcaster API
Users
GET
/
users
This endpoint is similar to /casts
in that you can either fetch a specific user by FID or you can combine multiple query parameters to get specific lists of users.
Users Following FID
Returns all the users following a specific FID
Users FID Following
Returns all the users a specific FID is following
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Used in combination with followers
and following
When used with fid
will return the followers of the specified fid
When used with fid
will return the users fid
is following
Determine the number of results, if not specified default is 100
Token to be used for the next page of results
Response
200 - application/json
The response is of type object
.