Package Exports
- multichain-portfolio-sdk-abdulsahil
- multichain-portfolio-sdk-abdulsahil/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (multichain-portfolio-sdk-abdulsahil) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Multichain Portfolio SDK
A comprehensive SDK for tracking multi-asset holdings across multiple blockchain networks.
Features
- Multi-chain Support: Ethereum, Bitcoin, Solana, Starknet, Sui, and more
- Real-time Data: Fetch live balances and portfolio information
- Easy Integration: Simple API with TypeScript support
- Caching: Built-in caching for better performance
- Exchange Support: Track assets across popular exchanges
Installation
npm install multichain-portfolio-sdk-abdulsahilQuick Start
import { PortfolioSDK } from 'multichain-portfolio-sdk-abdulsahil';
const sdk = new PortfolioSDK();
// Get portfolio for an address
const portfolio = await sdk.getPortfolio('0x...', ['ethereum', 'polygon']);
console.log(portfolio);Supported Chains
- Ethereum (Mainnet & Testnets)
- Bitcoin (Mainnet)
- Solana
- Starknet
- Sui
- Polygon
- BSC
- Avalanche
- Arbitrum
- Optimism
- And many more...
Documentation
For detailed documentation and examples, visit our documentation.
Examples
Check out the examples directory for more usage examples:
License
MIT License - see LICENSE file for details.
Contributing
We welcome contributions! Please read our contributing guidelines before submitting PRs.
Support
For questions and support, please open an issue on our GitHub repository.