holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
167 stars 39 forks source link

Table of Last Sold for Each NFT #655

Closed kespinola closed 2 years ago

kespinola commented 2 years ago

Goals

Have a table that tracks the last sold price of every NFT.

Approach

As a purchase is indexed for an NFT update a table that keeps track of the last sale of the NFT.

kespinola commented 2 years ago

https://github.com/holaplex/indexer/pull/750

done