Created
September 27, 2024 08:52
-
-
Save waptik/bc7bb95b11758401cd49856443332d63 to your computer and use it in GitHub Desktop.
get farcaster user moxie fantoken address & name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
# 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