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.
Points: Each call deducts the points shown in the tables. SSE push endpoints are not billed yet. Usage 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) | Points |
|---|---|---|---|
| Token list | POST | /open/v1/vs-token/list | 1 usage credit |
| Token basic info | POST | /open/v1/vs-token/detail | 1 usage credit |
| K-line data | POST | /open/v1/trade/kline/getTradeKLineList | 1 usage credit |
💰 2. Fund data
| Endpoint | Method | Path (path) | Points |
|---|---|---|---|
| Real-time fund accumulation | POST | /open/v1/trade/getCoinTrade | 3 points |
| Fund snapshot | POST | /open/v1/trade/getCoinTradeSnapshot | 3 points |
| Sector fund list | POST | /open/v1/trade/categories/getTradeList | 3 points |
| Sector token funds | POST | /open/v1/trade/categories/CoinTradeList | 3 points |
| Fund / market cap ratio | POST | /open/v1/trade/getCoinTradeInflowMarketCapRatio | 3 points |
⛓️ 3. On-chain data
| Endpoint | Method | Path (path) | Points |
|---|---|---|---|
| Token flow | POST | /open/v1/trade/getCoinTradeFlow | 2 points |
| Whale cost trend | POST | /open/v1/trade/getCoinTradeCost | 2 points |
| Large transfers | POST | /open/v1/chain/trade/large | 2 points |
| Holder addresses | POST | /open/v1/chain/trade/token/holdPage | 2 points |
| Balance trend | POST | /open/v1/chain/trade/token/balanceTrend | 2 points |
| P&L trend | POST | /open/v1/chain/trade/token/profitLossTrend | 2 points |
| Holding cost trend | POST | /open/v1/chain/trade/token/holdTrend | 2 points |
| Transaction activity trend | POST | /open/v1/chain/trade/token/tradeCountTrend | 2 points |
🤖 4. AI signals
| Endpoint | Method | Path (path) | Points |
|---|---|---|---|
| Support & resistance | POST | /open/v1/indicator/getDenseAreaList | 3 points |
| Whale behavior indicator | POST | /open/v1/indicator/getPriceMarketList | 3 points |
| Opportunity token list | POST | /open/v1/ai/getChanceCoinList | 3 points |
| Opportunity token messages | POST | /open/v1/ai/getChanceCoinMessageList | 3 points |
| Risk token list | POST | /open/v1/ai/getRiskCoinList | 3 points |
| Risk token messages | POST | /open/v1/ai/getRiskCoinMessageList | 3 points |
| Fund anomaly list | POST | /open/v1/ai/getFundsCoinList | 3 points |
| Fund anomaly messages | POST | /open/v1/ai/getFundsCoinMessageList | 3 points |
| Market analysis subscription (SSE) | GET | https://stream.valuescan.ai/stream/market/subscribe | SSE push; no points yet |
| Market analysis history | POST | /open/v1/ai/getAiTokenAnalyseResultList | 1 usage credit |
| Token signal subscription (SSE) | GET | https://stream.valuescan.ai/stream/signal/subscribe | SSE push; no points yet |
| Social sentiment | POST | /open/v1/social-sentiment/getCoinSocialSentiment | 3 points |