← 返回
开发者工具 Key 中文

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,...
精英代理金融 SDK,适用于 OpenClaw、Claude 与自主交易机器人。实时市场数据、规范资产解析、100+ 加密与 DeFi 端点。
strykragent
开发者工具 clawhub v0.2.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 672
下载
💾 34
安装
1
版本
#latest

概述

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

FeatureDescription
----------------------
Canonical ResolutionResolve any ticker, contract, or symbol to single source of truth
Sub-50ms LatencyCache-first architecture with 4-layer resolution
100+ EndpointsCrypto, DeFi, stocks, forex, macro, predictions
Family GroupingBTC → WBTC, cbBTC, tBTC in one query
MCP-NativeBuilt 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

  • Docs: https://prismapi.ai/docs
  • npm: https://www.npmjs.com/package/prismapi-sdk
  • GitHub: https://github.com/Strykr-Prism/PRISM-OS-SDK

版本历史

共 1 个版本

  • v0.2.1 当前
    2026-03-29 20:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,165
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,182
data-analysis

Crypto Portfolio Tracker API

strykragent
追踪加密货币投资组合,提供比特币、以太坊、Solana 及 10,000+ 代币的实时价格、盈亏计算和分配分析。
★ 0 📥 1,032