fetch-nft icon indicating copy to clipboard operation
fetch-nft copied to clipboard

πŸ–ΌπŸŽ‘πŸŒ  A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet

Results 8 fetch-nft issues
Sort by recently updated
recently updated
newest added

Is there a way to fetch the metadata attributes of an NFT as well? Like this [Solana NFT](https://solscan.io/token/GcTBSpA9TuKz2Bd5PXHfXe4xpXEvwxGDFYK1vCGVtbfw) would return: ``` "attributes":[ {"trait_type":"Background","value":"Red"}, {"trait_type":"Fur / Skin","value":"Brown / Peach"}, {"trait_type":"Head","value":"No Traits"},...

Hey Devs Hope you all are doing great, I see in this project you have OpenSea assets API to get all the NFT's a user owns from wallet address. The...

# Describe the bug `fetchClient.getSolanaCollectibles()` as described in the docs does not work and results in the error `error: Module not found: Can't resolve 'encoding' in '/Users/USER/Desktop/audius-nft/audius-nft/node_modules/node-fetch/lib'` Instead, had to...

# Describe the bug According to error message: ```Can't resolve 'encoding'``` for npm package. ## To Reproduce see below code: ```javascript // USING NEXTJS@13 // ./src/app/page.tsx import React, { useEffect,...

Solana Address doesn't yield NFT listings on OpenSea. See: [Solana OpenSea Data](https://opensea.io/GrWNH9qfwrvoCEoTm65hmnSh4z3CD96SfhtfQY6ZKUfY) Yet, for Ethereum Address it yields a list of NFTS: See: [Etheruem OpenSea Data](https://opensea.io/0x5A8443f456f490dceeAD0922B0Cc89AFd598cec9) Where is data being...

# Describe the bug [email protected] / ReactJS@18 code does not work 🀷. Following the example from [https://github.com/AudiusProject/fetch-nft/blob/main/examples/react-app/src/App.js](https://github.com/AudiusProject/fetch-nft/blob/main/examples/react-app/src/App.js). It seems to be that the API endpoints are not clear. Additionally, upon...

# Describe the bug It is not clear which API end point to choose from. Upon using: `https://api.opensea.io/api/v2/chain/ethereum/account/` from [https://docs.opensea.io/reference/list_nfts_by_account](https://docs.opensea.io/reference/list_nfts_by_account) ## To Reproduce ```javascript const { FetchNFTClient } = require("@audius/fetch-nft");...

# Describe the bug This install works fine: ```bash npm install @solana/spl-token @solana/web3.js ``` However, upon running this installation script: ```bash npm install @audius/fetch-nft ``` The following error occurs: ```bash...