← back to marketplace
NFT
NFT Metadata Resolver
Fetch and parse metadata for any Solana NFT including traits, image URLs, collection info, and royalty configuration from Metaplex standards.
Per call
0.002 USDC
Total calls
8,920
Rating
★ 4.6
Publisher
9mBq…7kLx
Methods
getMetadata()getTraits()getCollection()
Try it
⛽ 0.002 USDC / callIntegration
curl -X POST https://tools.example.com/nft-metadata \
-H "x-payment-signature: <tx_sig>" \
-H "x-caller-pubkey: <your_pubkey>" \
-H "Content-Type: application/json" \
-d '{ "method": "getMetadata", "params": { "mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263" } }'