Skip to content

Instantly share code, notes, and snippets.

@quardz
Created June 26, 2024 04:51
Show Gist options
  • Select an option

  • Save quardz/48624ba2867399963b49d04ed01139ca to your computer and use it in GitHub Desktop.

Select an option

Save quardz/48624ba2867399963b49d04ed01139ca to your computer and use it in GitHub Desktop.
Airstack GQL for top ranked profiles
query GetFarcasterUserSocialCapital {
Socials(
input: {filter: {socialCapitalRank: {_lte: 2000, _gte: 1}}, blockchain: ethereum, order: {socialCapitalRank: ASC}, limit: 200}
) {
Social {
socialCapital {
socialCapitalScore
socialCapitalRank
}
userId
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment