PRISM API SDK
/install prismapi-sdk
PRISM API SDK
The elite agentic finance toolkit. Drop-in market intelligence for AI agents, Claude Code, Cursor, or autonomous trading bots.
Quick Start
npm install prismapi-sdk
import { PrismClient } from 'prismapi-sdk';
const prism = new PrismClient({ apiKey: 'your-api-key' });
// Resolve any symbol to canonical data (sub-50ms)
const btc = await prism.resolve('BTC');
// → { canonical: 'BTC', name: 'Bitcoin', price: 71514.84, confidence: 0.97 }
// Batch resolve for trading agents
const assets = await prism.resolveBatch(['BTC', 'ETH', 'AAPL', 'SOL']);
// Get family (wrapped tokens, derivatives)
const family = await prism.getFamily('BTC');
// → [BTC, WBTC, cbBTC, tBTC, renBTC]
Key Features
| Feature | Description |
|---|---|
| Canonical Resolution | Resolve any ticker, contract, or symbol to single source of truth |
| Sub-50ms Latency | Cache-first architecture with 4-layer resolution |
| 100+ Endpoints | Crypto, DeFi, stocks, forex, macro, predictions |
| Family Grouping | BTC → WBTC, cbBTC, tBTC in one query |
| MCP-Native | Built for OpenClaw, Claude, function calling |
API Categories
- Resolution (12 endpoints) - Symbol disambiguation, batch resolve, family grouping
- Crypto (35+ endpoints) - Prices, markets, OHLCV, metadata
- TradFi (30+ endpoints) - Stocks, ETFs, forex, financials
- DEX (25+ endpoints) - Pairs, pools, trending tokens
- DeFi - Yields, protocols, TVL
- Predictions - Polymarket, Kalshi, sports odds
Security Notes
- Read-only API — fetches public market data only
- No wallet access — does not interact with wallets or private keys
- No trading — cannot execute trades
- Data only — returns JSON market data
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prismapi-sdk - After installation, invoke the skill by name or use
/prismapi-sdk - Provide required inputs per the skill's parameter spec and get structured output
What is PRISM API SDK?
Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,... It is an AI Agent Skill for Claude Code / OpenClaw, with 438 downloads so far.
How do I install PRISM API SDK?
Run "/install prismapi-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PRISM API SDK free?
Yes, PRISM API SDK is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PRISM API SDK support?
PRISM API SDK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PRISM API SDK?
It is built and maintained by StrykrAgent (@strykragent); the current version is v0.2.1.