@madeonsol/plugin-madeonsol 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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,11 +99,11 @@ Your agent can then respond to queries like:
|
|
|
99
99
|
|
|
100
100
|
| Tier | Price | Wallets tracked | Requests/day |
|
|
101
101
|
|------|-------|-----------------|--------------|
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
102
|
+
| Free | $0 | 10 | 200 |
|
|
103
|
+
| Pro | $49/mo | 50 | 10,000 |
|
|
104
|
+
| Ultra | $149/mo | 100 + WS events | 100,000 |
|
|
105
105
|
|
|
106
|
-
Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
|
|
106
|
+
Free tier returns the full REST response shape on every endpoint — real wallets, TX signatures, full precision. Paid tiers unlock webhooks, WebSockets, rule engines, and ULTRA-only data depth. Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
|
|
107
107
|
|
|
108
108
|
## Also Available
|
|
109
109
|
|
package/package.json
CHANGED