Skip to content

Instantly share code, notes, and snippets.

@waptik
Created September 27, 2024 08:52
Show Gist options
  • Save waptik/bc7bb95b11758401cd49856443332d63 to your computer and use it in GitHub Desktop.
Save waptik/bc7bb95b11758401cd49856443332d63 to your computer and use it in GitHub Desktop.
get farcaster user moxie fantoken address & name
{
# replace 12 with the id of your choice
# if you want for a channel the value of symbol should be "cid:channel_username"
# eg: cid:fitness
subjectTokens(where: {symbol: "fid:12"}) {
tokenAddress: id
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment