SocialFollowers API
Learn all the detailed references of SocialFollowers API that provide a given user's social followers information, including the input filters, supported chains, and output fields.
The SocialFollowers APIs deliver on-chain and off-chain user-level followers data pertaining to users of Farcaster network.
Inputs
filter
Name | Type | Description |
---|---|---|
|
| Blocknumber when the follows occured onchain. |
|
| Social DApp name â farcaster |
|
| Social DApp slug (contract version) â farcaster_optimism, farcaster_goerli |
|
| Farcaster follower FID |
|
| Farcaster following FID |
|
| Time the follows was started |
|
| Identity: blockchain address, domain name, social identity |
blockchain
For SocialFollowers API, it will return Farcaster followers data from all onchain and offchain sources.
You just need to specify the input to ALL
for the query to work.
Enum | Description |
---|---|
| - |
Outputs
Name | Type | Description |
---|---|---|
|
| Blockchain associated with the social identity. |
|
| Blocknumber when the follows occured onchain. |
|
| Social DApp name â farcaster |
|
| Social DApp slug (contract version) â farcaster_optimism, farcaster_goerli |
|
| Nested Query â Follower identity details, e.g. 0x address, Farcaster, ENS, etc. |
|
| Farcaster follower FID. |
|
| Timestamp when follows occured onchain. |
|
| Nested Query â Following identity details, e.g. 0x address, Farcaster, ENS, etc. |
|
| Farcaster following FID. |
|
| Airstack Internal ID. |
Last updated