madeonsol-x402 1.5.0 → 1.6.0

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ TypeScript SDK for the [MadeOnSol](https://madeonsol.com) Solana KOL intelligenc
4
4
 
5
5
  > Real-time Solana trading intelligence: track 1,000+ KOL wallets with <3s latency, score 6,700+ Pump.fun deployers by reputation, score 47,000+ early-buyer wallets, detect multi-KOL coordination, run server-side copy-trade rules, and stream every DEX trade. Free tier: 200 requests/day at [madeonsol.com/developer](https://madeonsol.com/developer) — no credit card required.
6
6
 
7
+ > **New in 1.6.0** *(2026-05-09)* — **Market-cap filtering everywhere.** `min_mc_usd` / `max_mc_usd` on `kolFeed`, `kolCoordination`, `kolFirstTouches`, and `copytradeSignals` filter trades and signals to a specific MC band ("only sub-$50K alpha", "skip moonshots"). Same fields on `coordinationAlerts.create/update` and `firstTouchSubscriptions.create/update` — store the band as part of the alert rule. WebSocket `kol:trades` / `kol:first_touch` / `kol:coordination` channels accept the same band at subscribe time (server-side filter, saves bandwidth). All additive. Deprecated `avg_entry_mc_usd` removed from leaderboards.
8
+
7
9
  ## Quick start (10 seconds)
8
10
 
9
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madeonsol-x402",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "x402 client SDK for MadeOnSol Solana KOL intelligence API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",