alchemy-sdk-js icon indicating copy to clipboard operation
alchemy-sdk-js copied to clipboard

The easiest way to connect your dApp to the blockchain.

Results 45 alchemy-sdk-js issues
Sort by recently updated
recently updated
newest added

### [REQUIRED] Environment - Browser version: Chrome (latest) - Alchemy SDK version: 2.2.3 ### [REQUIRED] Describe the problem The endpoint for requesting Contract NFTs `getNFTsForCollection` is not working properly. No...

bug

Subscription reconnections were only working for `newHeads` and `logs` subscriptions because of a missing case for the other types. Now all subscription types will reconnect when the connection drops.

newHeads were failing to backfill because of a misuse of the return value of `sendBatch`. Fix this up.

## Motivation Some developers have expressed that it is annoying to call NFT API endpoints for each network that they are interested in. Some end-users may want to view their...

no-pr-activity

### Changelog - Adds the `getContractsForOwner` method in the nft namespace. - Adds the `GetContractsForOwnerResponse` and `ContractForOwner` types to describe the result of the `getContractsForOwner` endpoint. - Adds unit and...

When using alchemy-sdk in my project, sometimes the call just stuck there for a long time, I'd like a setting for timeout seconds, so I can have better control on...

feature request
good first issue
help wanted
needs info

### Environment - Browser version: Node v16.13 - Alchemy SDK version: 2.2.3 ### Describe the problem It's impossible to subscribe to `newHeads` websocket event via sdk methods. Subscription to `block`...

bug

### [REQUIRED] Environment - Browser version: - Alchemy SDK version: v2.2.3 ### [REQUIRED] Describe the problem WebSocketNamespace constructor failed to save config #### How to reproduce: create an instance of...

bug

website use sdk find an error: Cannot find module './api/utils'

bug