hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
177 stars 114 forks source link

Add endpoint for retrieving principal’s NFTs and their metadata #1422

Closed markmhendrickson closed 1 year ago

markmhendrickson commented 1 year ago

The wallet team needs an ability to query for a principal's NFTs and their metadata for https://github.com/hirosystems/stacks-wallet-web/issues/1028.

cc @edu-stx

zone117x commented 1 year ago

Hey @markmhx! An NFT metadata indexing service has been deemed out-of-scope as a responsibility of the API, and is being implemented as a separate service. See issue https://github.com/hirosystems/stacks-blockchain-api/issues/1222

The current WIP code for this service is in this repo: https://github.com/hirosystems/token-metadata-service As Sarala mentioned, it's not yet production tested or deployed in Hiro infra. However, nothing stops someone else from running the service themselves.

markmhendrickson commented 1 year ago

Thanks! Is there any sense on when Hiro might get this tested and deployed on its infrastructure?

rafaelcr commented 1 year ago

This is now resolved