Skip to content

V0.0.7

Latest
Compare
Choose a tag to compare
@YZYLAB YZYLAB released this 15 Jul 18:59

Changelog

🚀 New Features
WebSocket/Datastream
Snipers & Insiders Tracking - Real-time monitoring of sniper and insider wallets via WebSocket subscriptions
Wallet Balance Updates - Live wallet balance change notifications through WebSocket

API Endpoints
/subscription Endpoint - Check current subscription status, credits, plan, and expiry date
symbol Parameter - Added to search API to filter tokens by exact symbol (case sensitive)
Bloom Router Support - Transaction parsing when using USDC to SOL before actual swap (marked as program bloom)
Photon Router Support - Transaction parsing when using USDC to SOL before actual swap (marked as program photon)
Meteora Curve Platforms - Now shows platforms in pool (Moonshot, Jupiter Studio, Bags, and Believe App)

Data Enhancements
Historical Pricing - Extended to November 2022 on /price/history/range endpoint
top10 Risk Parameter - Shows top 10 holders percentage even when not classified as a risk
24h Volume - Added to each pool for a token (note: /stats remains most accurate)
Outlier Detection - Added to /price/history/timestamp and /price/history/range endpoints

🛠️ Improvements

Performance
/wallet/:wallet/basic - Significantly improved speed
/chart - Improved speed with ongoing work on an even better version
/tokens/volume - Enhanced data accuracy
/tokens/volume/:timeframe - Improved speed
/price/history/range - Better performance on longer timeframes
Token Monitoring - Faster detection for raydium launchpad and meteora curve markets

Chart API
Outlier Removal - Enhanced low outliers removal algorithm

Data Accuracy
Top Traders Ranking - Improved way list was sorted
Trade Bounds - Better lower and upper bound calculation for Tades API
Transaction Room Pricing Accuracy - Enhanced in transaction rooms on Datastream
Metadata Updates - More reliable and faster updates when no metadata available initially

Other
Search Case Insensitive - Search query param is now case insensitive
/price/history/timestamp - Now returns time closest to selected timestamp (both before and after)
/wallet/:wallet/chart - Wallet indexing no longer requires calling /wallet/:wallet first

🐛 Bug Fixes
Data API Playground - Fixed error messages not showing from API
Chart Embed - Fixed and improved functionality
API Proxy - Improved error forwarding from upstream API
Raydium Launchpad - Fixed first initial buy of dev not always registering
Data API SDK - Fixed type issue on /tokens/multi endpoint

📊 Data Integrity
Pool Creation Dates - Added backup process to add createdAt to pools missing this data
General API Improvements - Various enhancements to stability and reliability

📦 SDK Updates
Data API SDK - Updated to support all new changes and features