Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT Metadata processing is not enabled on this server #1199

Closed
albydeca opened this issue Jun 7, 2022 · 1 comment
Closed

NFT Metadata processing is not enabled on this server #1199

albydeca opened this issue Jun 7, 2022 · 1 comment

Comments

@albydeca
Copy link

albydeca commented Jun 7, 2022

Describe the bug
When accessing

https://stacks-node-api.mainnet.stacks.co/extended/v1/tokens/SP3PN1GRGNNV6KKS47XN34TJZ6MGBGC40G7KFEGMW.cool-ape::cool-ape/nft/metadata/

The following error (HTTP 500) is shown:

{
    "error": "NFT metadata processing is not enabled on this server"
}

Trying a few different contract IDs result in the same error.

To Reproduce
Self-explanatory from description above. In my specific case I use Postman on Mac.

Expected behavior
A list of JSON objects should be returned, of the following type:


{
  "token_uri": "https://pool.friedger.de/nft.json",
  "name": "Friedger Pool",
  "description": "Enjoying the stacking pool.",
  "image_uri": "https://pool.friedger.de/nft.webp",
  "image_canonical_uri": "https://pool.friedger.de/nft.webp",
  "tx_id": "0xef2ac1126e16f46843228b1dk4830e19eb7599129e4jf392cab9e65ae83a45c0",
  "sender_address": "ST399W7Z9WS0GMSNQGJGME5JAENKN56D65VGMGKGA"
}
@zone117x zone117x moved this to Recent issues in API Board Jun 7, 2022
@rafaelcr
Copy link
Collaborator

rafaelcr commented Jun 7, 2022

@albydeca the Hiro API doesn't support NFT metadata yet, as the SIP that standardizes this has not been ratified stacksgov/sips#44

@rafaelcr rafaelcr closed this as completed Jun 7, 2022
Repository owner moved this from Recent issues to Done in API Board Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants