API reference overview
Welcome to the ValueScan API documentation. This page lists all public endpoints grouped into four areas—token information, fund data, on-chain data, and AI signals—so you can quickly integrate token markets, on-chain metrics, AI signals, and related data.
📌 How to use this reference
Base URL: For all query APIs, the full URL is
https://api.valuescan.ai/apiplus the path shown in the tables below.SSE subscriptions (market analysis subscription / token signal subscription): use the full URLs from the list as given; do not prefix them with the API base path above.
Credits: Each call deducts the credits shown in the tables. SSE push endpoints are not billed yet. Credit costs reflect the pilot phase and are not final.
💡 We add endpoints and improve features over time—check back here regularly.
📁 1. Token information
| Endpoint | Method | Path (path) | Credits |
|---|---|---|---|
| Token list | POST | /open/v1/vs-token/list | 1 credit |
| Token basic info | POST | /open/v1/vs-token/detail | 1 credit |
| K-line data | POST | /open/v1/trade/kline/getTradeKLineList | 1 credit |
💰 2. Fund data
| Endpoint | Method | Path (path) | Credits |
|---|---|---|---|
| Real-time fund accumulation | POST | /open/v1/trade/getCoinTrade | 3 credits |
| Fund snapshot | POST | /open/v1/trade/getCoinTradeSnapshot | 3 credits |
| Sector fund list | POST | /open/v1/trade/categories/getTradeList | 3 credits |
| Sector token funds | POST | /open/v1/trade/categories/CoinTradeList | 3 credits |
| Fund / market cap ratio | POST | /open/v1/trade/getCoinTradeInflowMarketCapRatio | 3 credits |
⛓️ 3. On-chain data
| Endpoint | Method | Path (path) | Credits |
|---|---|---|---|
| Token flow | POST | /open/v1/trade/getCoinTradeFlow | 2 credits |
| Whale cost trend | POST | /open/v1/trade/getCoinTradeCost | 2 credits |
| Large transfers | POST | /open/v1/chain/trade/large | 2 credits |
| Holder addresses | POST | /open/v1/chain/trade/token/holdPage | 2 credits |
| Balance trend | POST | /open/v1/chain/trade/token/balanceTrend | 2 credits |
| P&L trend | POST | /open/v1/chain/trade/token/profitLossTrend | 2 credits |
| Holding cost trend | POST | /open/v1/chain/trade/token/holdTrend | 2 credits |
| Transaction activity trend | POST | /open/v1/chain/trade/token/tradeCountTrend | 2 credits |
🤖 4. AI signals
| Endpoint | Method | Path (path) | Credits |
|---|---|---|---|
| Support & resistance | POST | /open/v1/indicator/getDenseAreaList | 3 credits |
| Whale behavior indicator | POST | /open/v1/indicator/getPriceMarketList | 3 credits |
| Opportunity token list | POST | /open/v1/ai/getChanceCoinList | 3 credits |
| Opportunity token messages | POST | /open/v1/ai/getChanceCoinMessageList | 3 credits |
| Risk token list | POST | /open/v1/ai/getRiskCoinList | 3 credits |
| Risk token messages | POST | /open/v1/ai/getRiskCoinMessageList | 3 credits |
| Fund anomaly list | POST | /open/v1/ai/getFundsCoinList | 3 credits |
| Fund anomaly messages | POST | /open/v1/ai/getFundsCoinMessageList | 3 credits |
| Market analysis subscription (SSE) | GET | https://stream.valuescan.ai/stream/market/subscribe | SSE push; no credits yet |
| Market analysis history | POST | /open/v1/ai/getAiTokenAnalyseResultList | 1 credit |
| Token signal subscription (SSE) | GET | https://stream.valuescan.ai/stream/signal/subscribe | SSE push; no credits yet |
| Social sentiment | POST | /open/v1/social-sentiment/getCoinSocialSentiment | 3 credits |