alchemy-sdk-js
                                
                                
                                
                                    alchemy-sdk-js copied to clipboard
                            
                            
                            
                        The easiest way to connect your dApp to the blockchain.
### [REQUIRED] Environment - Browser version: N/A (Node) - Alchemy SDK version: 2.2.3 ### [REQUIRED] Describe the problem The docs for `getNft` (renamed `getNftsForOwner`) show that, when metadata is enabled,...
### [REQUIRED] Environment - Browser version: no browser - Alchemy SDK version: 2.2.1 ### [REQUIRED] Describe the problem Alchemy SDK breaks our Jest tests: ``` Details: /home/runner/work/..../node_modules/alchemy-sdk/dist/esm/index.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,jest){import * as...
Support [Debug API endpoints](https://docs.alchemy.com/reference/debug-api-endpoints).
**Is your feature request related to a problem? Please describe.** There are a few instances in which fetching a single `OwnedNft` would be immensely helpful Navigating directly to a "nft"...
Tracking issue for several new NFT endpoints that need to be added into the SDK: - [X] [computeRarity](https://docs.alchemy.com/reference/computerarity): Done in #148 - [X] [searchContractMetadata](https://docs.alchemy.com/reference/searchcontractmetadata) Done in #163 - [X] [summarizeNFTAttributes](https://docs.alchemy.com/reference/summarizenftattributes)...
### Environment - Browser version: N/A (Node.js 16.x) - Alchemy SDK version: 2.2.1 ### Problem description The SDK Core endpoint `call` does not support the syntax `{"blockHash": "0x"}` as second...
On the goerli testnet, the nft endpoint is returning a token URI error even though the token URI is valid: ```javascript const { pageKey, ownedNfts } = await alchemy.nft.getNftsForOwner( "0xE70989f0A6b50E3c8Ef6Df57e994E99AA79EbD27",...
This PR fixes the `Cannot read properties of undefined (reading 'safelistRequestStatus')` issue. Added a conditional operator to fix this.
### Environment AWS Lambda - Browser version: n/a - Alchemy SDK version: 3.1.0 ### Describe the problem Missing response error If invoking SDK rpc functions within an AWS Lambda missing...