madeonsol-x402 1.1.0 → 1.1.1

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
96
96
 
97
97
  | Method | Tier | Description |
98
98
  |---|---|---|
99
- | `rest.alphaLeaderboard(params?)` | BASIC+ | Top profitable wallets. BASIC=25 (truncated), PRO=100, ULTRA=500 + bot signals |
99
+ | `rest.alphaLeaderboard(params?)` | All | Top profitable wallets. Up to 100 on Free/Pro; ULTRA unlocks 500 + bot signals |
100
100
  | `rest.alphaWallet(wallet)` | ULTRA | Full per-token breakdown + bot_signals array |
101
101
  | `rest.alphaLinked(wallet)` | ULTRA | Wallets behaviorally linked (co-bought 3+ tokens within 2s) |
102
102
 
@@ -107,7 +107,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
107
107
  | Method | Tier | Description |
108
108
  |---|---|---|
109
109
  | `rest.tokenCapTable(mint)` | PRO+ | First non-deployer early buyers, enriched with PnL/KOL/bot flags. PRO=10, ULTRA=20 |
110
- | `rest.tokenBuyerQuality(mint)` | BASIC+ | 0–100 buyer-quality score (5-min cached). BASIC=score+signal only |
110
+ | `rest.tokenBuyerQuality(mint)` | All | 0–100 buyer-quality score + full breakdown (5-min cached) |
111
111
 
112
112
  ### KOL coordination alerts (v1.1 — push signals)
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madeonsol-x402",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "x402 client SDK for MadeOnSol Solana KOL intelligence API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",