Skip to content

Instantly share code, notes, and snippets.

@wilsoncusack
Created December 25, 2021 03:58
Show Gist options
  • Save wilsoncusack/c3ab7baee8184a05a4ca579d9299fb7c to your computer and use it in GitHub Desktop.
Save wilsoncusack/c3ab7baee8184a05a4ca579d9299fb7c to your computer and use it in GitHub Desktop.
NFT Sales Indexer Query
{
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