npm run example:tokensWhat it does: Get list of all supported cryptocurrencies with their TOKEN_IDs Use case: Find token IDs for other API calls
npm run example:top-market-capWhat it does: Get top cryptocurrencies by market capitalization Use case: Identify market leaders and trending tokens
npm run example:price-dataWhat it does: Get current prices for specific token IDs Use case: Real-time price monitoring
npm run example:trader-gradesWhat it does: AI-generated trading scores for tokens Use case: Short-term trading decisions
npm run example:investor-gradesWhat it does: Long-term investment ratings Use case: Portfolio building and investment decisions
npm run example:market-metricsWhat it does: Overall market indicators and trends Use case: Market timing and macro analysis
npm run example:quantmetricsWhat it does: Quantitative analysis and metrics Use case: Advanced technical analysis
npm run example:hourly-ohlcvWhat it does: Hourly price data (Open, High, Low, Close, Volume) Use case: Short-term technical analysis
npm run example:daily-ohlcvWhat it does: Daily price data for longer-term analysis Use case: Long-term trend analysis
npm run example:ai-reportsWhat it does: Comprehensive AI-generated analysis reports Use case: Deep fundamental analysis
npm run example:crypto-investorsWhat it does: Institutional investor data and insights Use case: Following smart money
npm run example:resistance-supportWhat it does: Technical analysis support and resistance levels Use case: Entry/exit point identification
npm run example:trading-signalsWhat it does: AI-generated buy/sell recommendations Use case: Automated trading decisions
npm run example:tokenmetrics-aiChat prompts:
"What is the next 100x coin?""How does DeFi work?""Should I invest in Bitcoin?""AI explain blockchain technology"
npm run example:sentimentsChat prompts:
"market sentiment""sentiment analysis""social media sentiment""twitter sentiment"
npm run example:scenario-analysisChat prompts:
"price prediction""scenario analysis""bitcoin price scenarios""price forecast"
npm run example:correlationChat prompts:
"correlations""portfolio correlations""diversification analysis""token relationships"
# Core data endpoints
npm run example:tokens
npm run example:top-market-cap
npm run example:price-data
npm run example:trader-grades
npm run example:investor-grades
npm run example:market-metrics
npm run example:quantmetrics
npm run example:hourly-ohlcv
npm run example:daily-ohlcv
npm run example:ai-reports
npm run example:crypto-investors
npm run example:resistance-support
npm run example:trading-signals
# New advanced endpoints
npm run example:tokenmetrics-ai
npm run example:sentiments
npm run example:scenario-analysis
npm run example:correlationnpm run chatThen test these prompts in order:
- Basic AI Chat:
"What is Bitcoin?" - Trading Signals:
"trading signals" - Sentiment:
"market sentiment" - Price Prediction:
"bitcoin price scenarios" - Correlations:
"portfolio correlations" - Market Overview:
"market overview"
# Run all tests
npm run test:all
# Individual test suites
npm run test:individual
npm run test:integration# Trading bot simulation
npm run demo:trading-bot
# Research agent simulation
npm run demo:research-agent
# New endpoints showcase
npm run demo:new-endpoints- List of 50+ cryptocurrencies
- TOKEN_ID, name, symbol, category
- Used to find IDs for other calls
- Top 10-100 tokens by market cap
- Current rankings and values
- Market leaders identification
- Real-time prices for specified tokens
- Current market values
- Price change indicators
- AI scores (0-100)
- Buy/sell/hold recommendations
- Risk assessments
- Buy/sell signals with strength
- AI-generated recommendations
- Signal confidence levels
- Twitter, Reddit, News sentiment
- Sentiment scores and summaries
- Social media insights
- Multiple timeframe predictions
- Bear/base/bull scenarios
- ROI calculations and insights
- Token relationship analysis
- Portfolio diversification insights
- Risk management data
For each test, look for:
- ✅ No errors in API calls
- ✅ Real-time data with current timestamps
- ✅ Proper formatting (tables, charts, colors)
- ✅ Correct endpoint URLs in logs
- ✅ Rate limiting working (no 429 errors)
- ✅ Data completeness (all expected fields)
Start here for fastest comprehensive test:
# 1. Test basic functionality
npm run example:tokens
# 2. Test price data
npm run example:price-data
# 3. Test trading features
npm run example:trading-signals
# 4. Test new advanced features
npm run chat
# Then type: "trading signals"
# Then type: "market sentiment"
# Then type: "bitcoin price scenarios"This will verify all core functionality is working correctly!