nft-api-javascript-scripts
                                
                                 nft-api-javascript-scripts copied to clipboard
                                
                                    nft-api-javascript-scripts copied to clipboard
                            
                            
                            
                        A collection of Javascript scripts running with Alchemy Web3.js, Fetch, or Axios
 Getting this error while trying to use the default example
I tested getNfts call to see if latest sales of opensea nfts we're showing in wallet address. However, all the 10 minutes and under sales were not showing in response...
Line 42 should be `// console.log(response.metadata);`
## Summary Hi Alchemy Team! I'm Almond. Thank you for open-sourcing these examples! I'm wondering if you all have any plans to [choose and implement a license](https://choosealicense.com/) for this project?...
// alchemy-nft-api/fetch-script.js import fetch from 'node-fetch'; // Setup request options: var requestOptions = { method: 'GET', redirect: 'follow' }; // Replace with your Alchemy API key: const apiKey = "demo";...
> - - Alchemia API NFT _Originally posted by @amethystens in https://github.com/alchemyplatform/nft-api-javascript-scripts/issues/9#issuecomment-2292934898_
NFTAP
- - Alchemia