madeonsol-x402 1.7.2 โ 1.7.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 +7 -0
- package/package.json +18 -3
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# madeonsol-x402
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/madeonsol-x402)
|
|
4
|
+
[](https://www.npmjs.com/package/madeonsol-x402)
|
|
5
|
+
[](https://www.typescriptlang.org/)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
8
|
+
> ๐ **[Examples](./examples/)** ยท ๐ **[API docs](https://madeonsol.com/api-docs)** ยท ๐ฐ **[Get a free API key](https://madeonsol.com/pricing)**
|
|
9
|
+
|
|
3
10
|
TypeScript SDK for the [MadeOnSol](https://madeonsol.com) Solana KOL intelligence API.
|
|
4
11
|
|
|
5
12
|
> 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/pricing](https://madeonsol.com/pricing) โ no credit card required.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "madeonsol-x402",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.7.3",
|
|
4
|
+
"description": "Official TypeScript SDK for the MadeOnSol Solana API โ KOL wallet tracking, Pump.fun deployer intelligence, x402 micropayments, and the all-DEX trade firehose. Free tier at madeonsol.com/pricing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,9 +24,24 @@
|
|
|
24
24
|
"solana",
|
|
25
25
|
"x402",
|
|
26
26
|
"kol",
|
|
27
|
+
"kol-tracker",
|
|
27
28
|
"trading",
|
|
28
29
|
"api",
|
|
29
|
-
"micropayments"
|
|
30
|
+
"micropayments",
|
|
31
|
+
"ai-agent",
|
|
32
|
+
"memecoin",
|
|
33
|
+
"memecoin-tracker",
|
|
34
|
+
"alpha",
|
|
35
|
+
"alpha-bot",
|
|
36
|
+
"copy-trading",
|
|
37
|
+
"copy-trade",
|
|
38
|
+
"pumpfun",
|
|
39
|
+
"pumpfun-sniper",
|
|
40
|
+
"deployer-hunter",
|
|
41
|
+
"smart-money",
|
|
42
|
+
"trade-stream",
|
|
43
|
+
"solana-trading-bot",
|
|
44
|
+
"madeonsol"
|
|
30
45
|
],
|
|
31
46
|
"license": "MIT",
|
|
32
47
|
"repository": {
|