@itzannetos/x402-tools 1.0.5 → 1.0.6
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,11 @@ X402 is a payment protocol that enables micropayments for API calls using blockc
|
|
|
14
14
|
|
|
15
15
|
## Available Tools
|
|
16
16
|
|
|
17
|
+
**Costs (Base, USDC):**
|
|
18
|
+
- `x_searcher`: 0.05 USDC per request
|
|
19
|
+
- `find_people`: 0.15 USDC per request
|
|
20
|
+
- `alpha_finder`: 0.03 USDC per request
|
|
21
|
+
|
|
17
22
|
### 🔍 `x_searcher`
|
|
18
23
|
|
|
19
24
|
**Price: 0.05 USDC per request**
|
|
@@ -227,6 +232,7 @@ OpenCode → Plugin → X402 Payment Client → AI Service API
|
|
|
227
232
|
- **Endpoints**:
|
|
228
233
|
- `/x_searcher` - X/Twitter search agent
|
|
229
234
|
- `/find_people` - OSINT research agent
|
|
235
|
+
- `/alpha_finder` - Market Oracle for prediction market intelligence
|
|
230
236
|
- **Timeout**: 300 seconds (5 minutes) per request
|
|
231
237
|
- **Blockchain**: Base (Ethereum L2)
|
|
232
238
|
- **Payment Protocol**: X402 (blockchain-based micropayments)
|