Created
January 20, 2023 11:26
-
-
Save GrandSchtroumpf/91463d2165ad2a674101699910739e46 to your computer and use it in GitHub Desktop.
Sismo API query exampe
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
query { | |
badge( | |
network: gnosis, | |
id: "0xf61cabba1e6fc166a66bca0fcaa83762edb6d4bd-10000009", | |
) { | |
balance | |
metadata { | |
name | |
description | |
image | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment