Explore the Alchemy SDK module exports
masterThe alchemy-sdk package exports a comprehensive set of namespaces, enumerations, classes, interfaces, and utility functions to interact with the Alchemy platform.
Key areas of functionality include:
- Core & Provider:
Alchemy,AlchemyConfig,AlchemyProvider, andAlchemyWebSocketProviderfor establishing connections. - Namespaces: Specialized modules like
NftNamespace,PortfolioNamespace,TransactNamespace,PricesNamespace, andNotifyNamespacefor organized API access. - NFTs: Extensive support for NFT metadata, collections, sales, and ownership via
NftNamespaceand related interfaces. - Portfolio: Tools for querying token balances, transfers, and address activity.
- Transact: Capabilities for simulating transactions and sending private transactions.
- Webhooks: Support for real-time notifications via
NotifyNamespaceand various webhook interfaces. - Utilities: Helper functions for hex conversion and logging.