@sperax/crypto-market-data
v0.2.2
Published
crypto-market-data — part of the SperaxOS agent workspace.
Maintainers
Readme
@sperax/crypto-market-data
Install
npm install @sperax/crypto-market-data@sperax/crypto-market-data
Shared crypto market data service for SperaxOS.
Usage
Source-first workspace package — there is no build step. TypeScript resolves it through
workspace:*, so importing it is all that is required:
import { ChainTvl, CryptoMarketDataService, DexVolume } from '@sperax/crypto-market-data';Exports
@sperax/crypto-market-data
ChainTvl · CryptoMarketDataService · DexVolume · FearGreedIndex · GlobalMarketData · MarketChart · Protocol · ProtocolTvl · SearchResult · TokenPrice · TrendingToken · YieldFilter · YieldPool
Development
Run this package's tests:
bunx vitest run --silent='passed-only' packages/crypto-market-dataSource: packages/crypto-market-data
Part of SperaxOS — the open-source AI agent workspace for DeFi. See CONTRIBUTING.md before opening a pull request.
License
crypto-market-data is released under the Apache-2.0 license.
