Created
December 25, 2021 03:58
-
-
Save wilsoncusack/c3ab7baee8184a05a4ca579d9299fb7c to your computer and use it in GitHub Desktop.
NFT Sales Indexer Query
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
{ | |
sales(where: {nftContractAddress: "0x8d04a8c79ceb0889bdd12acdf3fa9d207ed3ff63", nftTokenId: "606"} orderBy: timestamp, orderDirection: desc) | |
{ | |
id | |
nftTokenId | |
price | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment