@seekdaseek/plugin-agentfeed 0.4.0 → 0.4.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 +3 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Live crypto market data for [elizaOS](https://github.com/elizaOS/eliza) trading
|
|
|
4
4
|
|
|
5
5
|
No API keys. No subscriptions. No signup. Your agent holds a wallet, and pays $0.001–$0.01 per call only when it actually needs data.
|
|
6
6
|
|
|
7
|
-
Backed by [AgentFeed](https://x402.ochinimus.app) — multi-exchange liquidation collection (Bybit + OKX WebSocket), Bybit v5 positioning,
|
|
7
|
+
Backed by [AgentFeed](https://x402.ochinimus.app) — multi-exchange liquidation collection (Bybit + OKX WebSocket), Bybit v5 positioning, spot prices (multi-source: Coinbase, Kraken, Pyth Hermes fallback), and Helius DAS on-chain data.
|
|
8
8
|
|
|
9
9
|
## What your agent can ask for
|
|
10
10
|
|
|
@@ -16,8 +16,8 @@ Backed by [AgentFeed](https://x402.ochinimus.app) — multi-exchange liquidation
|
|
|
16
16
|
| `AGENTFEED_GET_POSITIONING` | Long/short ratio + open interest with 1h/24h deltas | $0.004 |
|
|
17
17
|
| `AGENTFEED_GET_FUNDING_RATE` | SOL + BTC perp funding rates | $0.002 |
|
|
18
18
|
| `AGENTFEED_GET_MARKET_SNAPSHOT` | Compact market snapshot | $0.003 |
|
|
19
|
-
| `AGENTFEED_GET_SOL_PRICE` | SOL spot
|
|
20
|
-
| `AGENTFEED_GET_BTC_PRICE` | BTC spot
|
|
19
|
+
| `AGENTFEED_GET_SOL_PRICE` | SOL spot price | $0.001 |
|
|
20
|
+
| `AGENTFEED_GET_BTC_PRICE` | BTC spot price | $0.001 |
|
|
21
21
|
| `AGENTFEED_GET_TOKEN_RISK` | Rug-risk scan: mint/freeze authority, holder concentration | $0.01 |
|
|
22
22
|
| `AGENTFEED_GET_TOKEN_METADATA` | SPL token metadata via Helius DAS | $0.005 |
|
|
23
23
|
| `AGENTFEED_GET_WALLET_HOLDINGS` | Wallet portfolio via Helius DAS | $0.008 |
|
package/dist/index.js
CHANGED
|
@@ -287,7 +287,7 @@ var ENDPOINTS = [
|
|
|
287
287
|
usd: 1e-3,
|
|
288
288
|
action: "AGENTFEED_GET_SOL_PRICE",
|
|
289
289
|
similes: ["GET_SOL_PRICE", "SOL_PRICE"],
|
|
290
|
-
description: "Fetch live SOL spot price
|
|
290
|
+
description: "Fetch live SOL spot price ($0.001). Use for a plain SOL price check.",
|
|
291
291
|
triggers: ["what's SOL trading at", "SOL price"]
|
|
292
292
|
},
|
|
293
293
|
{
|
|
@@ -295,7 +295,7 @@ var ENDPOINTS = [
|
|
|
295
295
|
usd: 1e-3,
|
|
296
296
|
action: "AGENTFEED_GET_BTC_PRICE",
|
|
297
297
|
similes: ["GET_BTC_PRICE", "BTC_PRICE"],
|
|
298
|
-
description: "Fetch live BTC spot price
|
|
298
|
+
description: "Fetch live BTC spot price ($0.001). Use for a plain BTC price check.",
|
|
299
299
|
triggers: ["what's bitcoin at", "BTC price"]
|
|
300
300
|
},
|
|
301
301
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seekdaseek/plugin-agentfeed",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "elizaOS plugin for AgentFeed \u2014 paid crypto liquidation data over x402 micropayments on Solana. Full-universe cascade detection across ~600 USDT perps on Bybit, OKX and Binance, plus positioning, funding, prices and token risk. $0.001\u2013$0.05 per call in USDC, no API keys, no subscriptions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|