nft-api-javascript-scripts icon indicating copy to clipboard operation
nft-api-javascript-scripts copied to clipboard

A collection of Javascript scripts running with Alchemy Web3.js, Fetch, or Axios

Results 8 nft-api-javascript-scripts issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/4569866/159710135-c3fc5d9d-c892-4e63-af6e-c87766ca28fb.png) 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_

- - Alchemia