Loading...
Loading...
Query real-time Solana token market data, prices, holder stats, and whale tracking. Use when user asks about "token price", "market data", "holders", "whales", "trading volume", "smart wallet", or wants to check current Solana token prices and analytics.
npx skill4agent add ben-alph-ai/crypto-trading-api market-datahttps://b.alph.aisol| Endpoint | Method | Auth | Status |
|---|---|---|---|
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| Endpoint | Method | Auth | Status |
|---|---|---|---|
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| Endpoint | Method | Auth | Status |
|---|---|---|---|
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| GET | No | ✅ Working |
| Endpoint | Method | Auth | Status |
|---|---|---|---|
| POST | No | ✅ Working |
| POST | No | ✅ Working |
| Endpoint | Error | Note |
|---|---|---|
| 500 | K-line history currently unavailable |
| All Ethereum/BSC chain endpoints | 501 | Not supported - Solana only |
| 500 | Service unavailable |
| 500 | Service unavailable |
| Token | Address |
|---|---|
| BONK | |
| WIF (dogwifhat) | |
| JUP | |
| USDC | |
| Wrapped SOL | |
curl -s "https://b.alph.ai/smart-web-gateway/ticker/currentPrice/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/sol"{
"code": "200",
"data": {
"p": "0.00000007466851836622579444836694",
"ts": 1771919495625
}
}ptscurl -s "https://b.alph.ai/smart-web-gateway/ticker/24h/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/sol"{
"code": "200",
"data": {
"ticker": {
"s": 86400,
"bc": 4666,
"ba": "4021.03",
"sc": 8649,
"sa": "7405.90",
"a": "11426.94",
"v": "152228037642.53",
"r": "-0.0071",
"c": "0.00000007465702",
"h": "0.00000007648662",
"o": "0.00000007519613",
"l": "0.00000003749341"
},
"ts": 1771919500555
}
}o/h/l/cvarbc/basc/sacurl -s "https://b.alph.ai/smart-web-gateway/ticker/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/sol"603003600216004320086400# Get holder statistics
curl -s "https://b.alph.ai/smart-web-gateway/coin/detail/holders/stats?token=DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263&chain=sol"{
"code": "200",
"msg": "suc",
"data": {
"totalHolders": "571148",
"top10Percent": 0.381,
"top100Percent": 0.6918,
"developerPercent": 0.0,
"sniperPercent": 0,
"insiderTradingPercent": 0,
"bundleWalletPercent": 0,
"phishingPercent": 0
}
}# Get whale groups for a token
curl -s "https://b.alph.ai/smart-web-gateway/coin/detail/bankers?token=DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263&chain=sol"holdingsRatetotalBuyAmounttotalSellAmounttotalPnlrealizedPnlunrealizedPnl# List top smart wallets
curl -s "https://b.alph.ai/smart-web-gateway/smart/smart-wallet?chain=sol&language=en_US"
# Get wallet details
curl -s "https://b.alph.ai/smart-web-gateway/smart/wallet?wallet=2jJfuPMN3R3Se5c8y7BdeiQDJMKv9wms1z1wG14xJH4H&chain=sol&language=en_US&type=DAY_7"
# Get wallet holdings
curl -s "https://b.alph.ai/smart-web-gateway/smart/holding-tokens?wallet=2jJfuPMN3R3Se5c8y7BdeiQDJMKv9wms1z1wG14xJH4H&chain=sol&language=en_US&pageNum=1&pageSize=20"
# Get wallet trade history
curl -s "https://b.alph.ai/smart-web-gateway/smart/wallet-activity?wallet=2jJfuPMN3R3Se5c8y7BdeiQDJMKv9wms1z1wG14xJH4H&chain=sol&language=en_US&pageSize=20"
# Get wallet PnL by token
curl -s "https://b.alph.ai/smart-web-gateway/smart/wallet-profit-loss?wallet=2jJfuPMN3R3Se5c8y7BdeiQDJMKv9wms1z1wG14xJH4H&chain=sol&language=en_US&pageNum=1&pageSize=20"# Top tokens by banker net inflow (24h)
curl -s -X POST "https://b.alph.ai/smart-web-gateway/sherlock/popular_token/getTopTokenByBanker" \
-H "Content-Type: application/json" \
-d '{"chain":"sol"}'tokentokenCodebankerNumbbankerRatemarketCapbankerNetInflowplatformNamecurl -s "https://b.alph.ai/smart-web-gateway/common/platform/sol"## BONK/SOL Price
**Current Price**: 0.00000007467 SOL (~$0.0000114)
**24h Change**: -0.71% ↘
**24h High**: 0.00000007649 SOL
**24h Low**: 0.00000003749 SOL
**24h Volume**: 152.2B BONK (~11,427 SOL)
**Trading Activity (24h)**:
- Buys: 4,666 trades (4,021 SOL)
- Sells: 8,649 trades (7,406 SOL)
- Net Flow: -3,385 SOL (sell pressure)
**Holder Stats**:
- Total Holders: 571,148
- Top 10 Hold: 38.1%
- Top 100 Hold: 69.2%
_Last updated: {timestamp}_walletwallet=address=language=en_USpageNumpageSizesortasc| Code | Message | Solution |
|---|---|---|
| 200 | Success | Normal response |
| 400 | Bad request | Check parameter names (e.g., use |
| 500 | sys error | Endpoint may be unavailable or needs different params |
| 501 | not support | Wrong chain - use |