FarcasterChannelParticipants API
Learn all the detailed references of FarcasaterChannelParticipants API that provide Farcaster channel followers and participants information, including the input filters and output fields.
The FarcasaterChannelParticipants API fetches the list of all followers and participants on a given channel. In addition, it could also do the reverse, that is fetching the list of all channels a participant interacted with.
Inputs
filter
Name | Type | Description |
---|---|---|
|
| To return only participants that have either casted |
|
| |
|
| |
|
| Last timestamp when a cast or reply to a cast occur. |
|
|
blockchain
For FarcasterChannelParticipants API, it will return all Farcaster channels.
You just need to specify the input to ALL
for the query to work.
Enum | Description |
---|---|
| - |
order
Name | Description |
---|---|
| Sort the result by the last timestamp when the participant either casted or replied to a cast. |
Output
Name | Type | Description |
---|---|---|
| Nested Query â associated channel details | |
|
| Either |
|
| |
|
| |
|
| Dapp name. Currently, only supports |
|
| Dapp name. Currently, only supports |
|
| Airstack unique identifier for the data point. |
|
| The last timestamp when an action (either cast or reply) occur by a participant. |
|
| The last timestamp when a cast occur in the specified channel by a participant.
If the participant never casted, then this will be returned as |
|
| The last timestamp when the latest user followed a specified channel by a participant.
If the no participant ever followed the channel, then this will be returned as |
|
| The last timestamp when a reply occur in the specified channel by a participant.
If the participant never replied any cast, then this will be returned as |
| Nested Query â associated participant details. | |
|
| FID of the participant. |
Last updated