Skip to content
@Strykr-Prism

Strykr Prism

The canonical data layer for AI agents. Resolve any ticker, contract, or symbol to a single source of truth.

Strykr PRISM

The canonical data layer for AI agents.

Resolve any ticker, contract, or symbol to a single source of truth — across crypto, equities, and DeFi.

WebsiteDocumentationAsset RegistryTwitter


What is PRISM?

Before your agent can trade, it needs to know what it's looking at. PRISM sits between perception and action.

# Resolve any symbol to canonical data
curl https://api.prismapi.ai/resolve/BTC

{
  "canonical": "BTC",
  "name": "Bitcoin", 
  "price_usd": 66395.87,
  "confidence": 0.95,
  "latency_ms": 9
}

Key Features

Feature Description
Fuzzy Match Corrects typos and close matches to canonical symbols
Rebrand Tracking Automatically follows rebrands (MATIC → POL)
Collision Resolution Disambiguates crypto vs equity when symbols collide
Contract Resolution Maps on-chain addresses to canonical symbols
Family Grouping Expands to related assets (BTC → WBTC, cbBTC, tBTC)

Stats

  • <10ms P50 latency
  • 📊 32,000+ assets indexed
  • 🏢 50+ venues mapped
  • 👥 15,000+ developers

Products

REST API, Python SDK, and MCP Server for AI agents. One call to resolve any symbol.

The canonical database of every tradeable asset with permanent identifiers.

Get Started

# Install the Python SDK
pip install prism-sdk

# Or use the REST API directly
curl "https://api.prismapi.ai/resolve/BTC" \
  -H "X-API-Key: prism_sk_..."

Built by Strykr
AI-Powered Trading Intelligence

Popular repositories Loading

  1. .github .github Public

    Strykr Prism - Organization Profile

    1

  2. crypto-portfolio-tracker-api crypto-portfolio-tracker-api Public

    Track crypto portfolios with PRISM API - npm package for vibe coders

    JavaScript

  3. realtime-crypto-price-api realtime-crypto-price-api Public

    Real-time cryptocurrency price data API - Bitcoin, Ethereum, Solana, 10,000+ tokens for trading bots and dashboards

    JavaScript

  4. PRISM-MCP-Server PRISM-MCP-Server Public

    MCP server exposing 21 PRISM OS financial-data tools for Claude Desktop & Claude Code

    TypeScript 1

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…