madeonsol-x402 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,12 +53,14 @@ const client = new MadeOnSolX402({
|
|
|
53
53
|
|
|
54
54
|
| Method | Description |
|
|
55
55
|
|---|---|
|
|
56
|
-
| `kolFeed(params?)` | Real-time KOL trade feed from
|
|
56
|
+
| `kolFeed(params?)` | Real-time KOL trade feed from 1,000+ tracked wallets |
|
|
57
57
|
| `kolCoordination(params?)` | Tokens being accumulated by multiple KOLs simultaneously |
|
|
58
58
|
| `kolLeaderboard(params?)` | KOL performance rankings by PnL and win rate |
|
|
59
59
|
| `kolPairs(params?)` | KOL affinity matrix — which KOLs frequently co-trade the same tokens |
|
|
60
60
|
| `kolHotTokens(params?)` | KOL momentum tokens — accelerating KOL buy interest |
|
|
61
61
|
| `deployerAlerts(params?)` | Alerts from elite Pump.fun deployers with KOL enrichment |
|
|
62
|
+
| `tokenInfo(mint)` | Token intelligence — real-time VWAP price, market cap, volume, deployer reputation, KOL activity |
|
|
63
|
+
| `apiStatus()` | System health — service status, uptime, stream lag (no auth required) |
|
|
62
64
|
| `discovery()` | Lists all endpoints, prices, and parameter docs (free) |
|
|
63
65
|
|
|
64
66
|
### REST API methods (require Pro/Ultra subscription)
|